Browse code

replaygain: remove unused variable

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

Michael Niedermayer authored on 2014/04/04 18:50:49
Showing 1 changed files
... ...
@@ -72,7 +72,6 @@ static int replaygain_export(AVStream *st,
72 72
 {
73 73
     AVPacketSideData *sd, *tmp;
74 74
     AVReplayGain *replaygain;
75
-    uint8_t *data;
76 75
     int32_t tg, ag;
77 76
     uint32_t tp, ap;
78 77