Browse Source

replaygain: remove unused variable

Signed-off-by: Anton Khirnov <anton@khirnov.net>
tags/n2.3
Michael Niedermayer Anton Khirnov 12 years ago
parent
commit
b97f2c7c49
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/replaygain.c

+ 0
- 1
libavformat/replaygain.c View File

@@ -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…
Cancel
Save