New upstream version 6.0

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
nyanmisaka
2023-03-02 23:02:27 +08:00
parent 797cae8267
commit a37e362e0f
2280 changed files with 112730 additions and 85641 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ static int dvdsub_parse(AVCodecParserContext *s,
*poutbuf_size = buf_size;
if (pc->packet_index == 0) {
if (buf_size < 2 || AV_RB16(buf) && buf_size < 6) {
if (buf_size < 2 || (AV_RB16(buf) == 0 && buf_size < 6)) {
if (buf_size)
av_log(avctx, AV_LOG_DEBUG, "Parser input %d too small\n", buf_size);
return buf_size;