[FFmpeg-cvslog] avformat/replaygain: remove unused variable
Michael Niedermayer
git at videolan.org
Sun Mar 30 03:30:58 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Mar 30 03:23:13 2014 +0200| [c01ddf845dcb655e6d6a3382e24bf3af63bad83c] | committer: Michael Niedermayer
avformat/replaygain: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c01ddf845dcb655e6d6a3382e24bf3af63bad83c
---
libavformat/replaygain.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/replaygain.c b/libavformat/replaygain.c
index 706c5b6..35b3f26 100644
--- a/libavformat/replaygain.c
+++ b/libavformat/replaygain.c
@@ -100,7 +100,6 @@ static int replaygain_export(AVStream *st,
{
AVPacketSideData *sd, *tmp;
AVReplayGain *replaygain;
- uint8_t *data;
int32_t tg, ag;
uint32_t tp, ap;
More information about the ffmpeg-cvslog
mailing list