Commit b97f2c7c authored by Michael Niedermayer's avatar Michael Niedermayer Committed by Anton Khirnov

replaygain: remove unused variable

Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent 0048deb8
...@@ -72,7 +72,6 @@ static int replaygain_export(AVStream *st, ...@@ -72,7 +72,6 @@ static int replaygain_export(AVStream *st,
{ {
AVPacketSideData *sd, *tmp; AVPacketSideData *sd, *tmp;
AVReplayGain *replaygain; AVReplayGain *replaygain;
uint8_t *data;
int32_t tg, ag; int32_t tg, ag;
uint32_t tp, ap; uint32_t tp, ap;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment