mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
avcodec/alac: warn if not all channels where decoded
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e11983bda0
commit
d5af400713
@ -492,6 +492,8 @@ static int alac_decode_frame(AVCodecContext *avctx, void *data,
|
||||
|
||||
if (alac->channels == ch)
|
||||
*got_frame_ptr = 1;
|
||||
else
|
||||
av_log(avctx, AV_LOG_WARNING, "Failed to decode all channels\n");
|
||||
|
||||
return avpkt->size;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user