[FFmpeg-cvslog] replaygain: remove unused variable

Michael Niedermayer git at videolan.org
Fri Apr 4 23:26:03 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Apr  4 11:50:49 2014 +0200| [b97f2c7c49e35724f3963677f8aeee28089dc64e] | committer: Anton Khirnov

replaygain: remove unused variable

Signed-off-by: Anton Khirnov <anton at khirnov.net>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b97f2c7c49e35724f3963677f8aeee28089dc64e
---

 libavformat/replaygain.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/replaygain.c b/libavformat/replaygain.c
index c123a63..fb3bdc7 100644
--- a/libavformat/replaygain.c
+++ b/libavformat/replaygain.c
@@ -72,7 +72,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