mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-01 02:00:50 +00:00
aacdec_usac: fix typo in debug message
This commit is contained in:
parent
f4371029f8
commit
7413b81e50
@ -1567,7 +1567,7 @@ int ff_aac_usac_decode_frame(AVCodecContext *avctx, AACDecContext *ac,
|
|||||||
if (!che) {
|
if (!che) {
|
||||||
av_log(ac->avctx, AV_LOG_ERROR,
|
av_log(ac->avctx, AV_LOG_ERROR,
|
||||||
"channel element %d.%d is not allocated\n",
|
"channel element %d.%d is not allocated\n",
|
||||||
TYPE_SCE, nb_ch_el - 1);
|
TYPE_CPE, nb_ch_el - 1);
|
||||||
return AVERROR_INVALIDDATA;
|
return AVERROR_INVALIDDATA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user