[SCM] libav/experimental: replaygain: remove unused variable

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:40 UTC 2014


The following commit has been merged in the experimental branch:
commit b97f2c7c49e35724f3963677f8aeee28089dc64e
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Apr 4 11:50:49 2014 +0200

    replaygain: remove unused variable
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

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;
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list