pcm: Drop unused variable from DECODE_PLANAR macro
This commit is contained in:
@@ -264,7 +264,6 @@ static av_cold int pcm_decode_init(AVCodecContext *avctx)
|
|||||||
#else
|
#else
|
||||||
#define DECODE_PLANAR(size, endian, src, dst, n, shift, offset) \
|
#define DECODE_PLANAR(size, endian, src, dst, n, shift, offset) \
|
||||||
{ \
|
{ \
|
||||||
int av_unused n2; \
|
|
||||||
n /= avctx->channels; \
|
n /= avctx->channels; \
|
||||||
for (c = 0; c < avctx->channels; c++) { \
|
for (c = 0; c < avctx->channels; c++) { \
|
||||||
samples = frame->extended_data[c]; \
|
samples = frame->extended_data[c]; \
|
||||||
|
Reference in New Issue
Block a user