Commit 14d2006c authored by Diego Biurrun's avatar Diego Biurrun

pcm: Drop unused variable from DECODE_PLANAR macro

parent d456baaf
......@@ -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]; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment