[SCM] libav/master: pcm: Drop unused variable from DECODE_PLANAR macro

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Wed Sep 17 01:18:07 UTC 2014


The following commit has been merged in the master branch:
commit 14d2006ca6c0e2b54784b93560f09e0e19c0a270
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Aug 15 22:13:10 2014 +0200

    pcm: Drop unused variable from DECODE_PLANAR macro

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/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list