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:
parent
d456baafb6
commit
14d2006ca6
@ -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…
Reference in New Issue
Block a user