Found-by: Andreas Rheinhardt <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
---
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 4856c1786b7..3250fd71f6f 100644
--- a/libavcodec/aac/aacdec_usac.c
+++ b/libavcodec/aac/aacdec_usac.c
@@ -349,7 +349,7 @@ int ff_aac_usac_config_decode(AACDecContext *ac,
AVCodecContext *avctx,
uint8_t layout_map[MAX_ELEM_ID*4][3] = { 0 };
if (!ac)
- return AVERROR_PATCHWELCOME;
+ return AVERROR_INVALIDDATA;
memset(usac, 0, sizeof(*usac));
--
2.45.2
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".