]> git.sesse.net Git - ffmpeg/commitdiff
avformat/yuv4mpegdec: increase header limit
authorGyan Doshi <ffmpeg@gyani.pro>
Sun, 26 Jan 2020 15:22:48 +0000 (20:52 +0530)
committerGyan Doshi <ffmpeg@gyani.pro>
Sun, 26 Jan 2020 16:14:43 +0000 (21:44 +0530)
Allows demuxing UHD 30000/1001 fps yuvj420p files

libavformat/yuv4mpegdec.c

index d7b472e6c744dd61b291b357ca72352766153bb5..ccd3da1af85ab93c49ade71718a7509155ae90c0 100644 (file)
@@ -26,7 +26,7 @@
 #include "yuv4mpeg.h"
 
 /* Header size increased to allow room for optional flags */
-#define MAX_YUV4_HEADER 80
+#define MAX_YUV4_HEADER 96
 #define MAX_FRAME_HEADER 80
 
 static int yuv4_read_header(AVFormatContext *s)