[FFmpeg-cvslog] pcm: Drop unused variable from DECODE_PLANAR macro
Diego Biurrun
git at videolan.org
Tue Aug 19 19:54:36 CEST 2014
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Aug 15 22:13:10 2014 +0200| [14d2006ca6c0e2b54784b93560f09e0e19c0a270] | committer: Diego Biurrun
pcm: Drop unused variable from DECODE_PLANAR macro
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=14d2006ca6c0e2b54784b93560f09e0e19c0a270
---
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]; \
More information about the ffmpeg-cvslog
mailing list