summaryrefslogtreecommitdiff
path: root/libavformat/replaygain.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-04 11:50:49 +0200
committerAnton Khirnov <anton@khirnov.net>2014-04-04 17:40:51 +0200
commitb97f2c7c49e35724f3963677f8aeee28089dc64e (patch)
treebde393a1705b6aa7f421e555ac60cb3d2b1b5787 /libavformat/replaygain.c
parent0048deb84cb6d22ba7f4fd7c8b4ecc054fcc22d4 (diff)
replaygain: remove unused variable
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavformat/replaygain.c')
-rw-r--r--libavformat/replaygain.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/replaygain.c b/libavformat/replaygain.c
index c123a63985..fb3bdc7700 100644
--- a/libavformat/replaygain.c
+++ b/libavformat/replaygain.c
@@ -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;