1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-05-16 08:38:24 +02:00

avformat/replaygain: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2014-03-30 03:23:13 +02:00
parent 30e159366e
commit c01ddf845d
-1
View File
@@ -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;