Module: libav Branch: master Commit: b97f2c7c49e35724f3963677f8aeee28089dc64e
Author: Michael Niedermayer <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Fri Apr 4 11:50:49 2014 +0200 replaygain: remove unused variable Signed-off-by: Anton Khirnov <[email protected]> --- libavformat/replaygain.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/replaygain.c b/libavformat/replaygain.c index c123a63..fb3bdc7 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; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
