1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

pcm: Drop unused variable from DECODE_PLANAR macro

This commit is contained in:
Diego Biurrun 2014-08-15 22:13:10 +02:00
parent d456baafb6
commit 14d2006ca6

View File

@ -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]; \