Signed-off-by: Michael Niedermayer <[email protected]>
---
libavcodec/hevcdec.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c
index fe4b5fdb5b..b7e2d68f5e 100644
--- a/libavcodec/hevcdec.c
+++ b/libavcodec/hevcdec.c
@@ -2923,6 +2923,7 @@ static int decode_nal_unit(HEVCContext *s, const H2645NAL
*nal)
return ret;
if (ret == 1) {
av_log(s->avctx, AV_LOG_ERROR, "Two slices reporting being the
first in the same frame.\n");
+ ret = AVERROR_INVALIDDATA;
goto fail;
}
--
2.21.0
_______________________________________________
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".