pcm: Drop unused variable from DECODE_PLANAR macro

pull/83/head
Diego Biurrun 11 years ago
parent d456baafb6
commit 14d2006ca6
  1. 1
      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]; \

Loading…
Cancel
Save