You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
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
|
||||
#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]; \
|
||||
|
Reference in New Issue
Block a user