diff options
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/pcm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/pcm.c b/libavcodec/pcm.c index 9fadcb7b86..2985156636 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]; \ |