Module: libav Branch: master Commit: 14d2006ca6c0e2b54784b93560f09e0e19c0a270
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Fri Aug 15 22:13:10 2014 +0200 pcm: Drop unused variable from DECODE_PLANAR macro --- libavcodec/pcm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/pcm.c b/libavcodec/pcm.c index 9fadcb7..2985156 100644 --- a/libavcodec/pcm.c +++ b/libavcodec/pcm.c @@ -264,7 +264,6 @@ static av_cold int pcm_decode_init(AVCodecContext *avctx) #else #define DECODE_PLANAR(size, endian, src, dst, n, shift, offset) \ { \ - int av_unused n2; \ n /= avctx->channels; \ for (c = 0; c < avctx->channels; c++) { \ samples = frame->extended_data[c]; \ _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
