mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
replaygain: remove unused variable
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
0048deb84c
commit
b97f2c7c49
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user