Browse code

avformat/replaygain: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2014/03/30 10:23:13
Showing 1 changed files
... ...
@@ -100,7 +100,6 @@ static int replaygain_export(AVStream *st,
100 100
 {
101 101
     AVPacketSideData *sd, *tmp;
102 102
     AVReplayGain *replaygain;
103
-    uint8_t *data;
104 103
     int32_t tg, ag;
105 104
     uint32_t tp, ap;
106 105