[FFmpeg-cvslog] aacdec_usac: fix typo in debug message
Lynne
git at videolan.org
Tue Jun 4 04:09:05 EEST 2024
ffmpeg | branch: master | Lynne <dev at lynne.ee> | Mon Jun 3 02:46:44 2024 +0200| [7413b81e50c61d6d7d0743d6e2284fc7ecc64b0e] | committer: Lynne
aacdec_usac: fix typo in debug message
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7413b81e50c61d6d7d0743d6e2284fc7ecc64b0e
---
libavcodec/aac/aacdec_usac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/aac/aacdec_usac.c b/libavcodec/aac/aacdec_usac.c
index 7f4f38e12e..7b36b49d63 100644
--- a/libavcodec/aac/aacdec_usac.c
+++ b/libavcodec/aac/aacdec_usac.c
@@ -1567,7 +1567,7 @@ int ff_aac_usac_decode_frame(AVCodecContext *avctx, AACDecContext *ac,
if (!che) {
av_log(ac->avctx, AV_LOG_ERROR,
"channel element %d.%d is not allocated\n",
- TYPE_SCE, nb_ch_el - 1);
+ TYPE_CPE, nb_ch_el - 1);
return AVERROR_INVALIDDATA;
}
More information about the ffmpeg-cvslog
mailing list