mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/replaygain: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
30e159366e
commit
c01ddf845d
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue