avformat/replaygain: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -100,7 +100,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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user