Commit 0b1ff326 authored by Gyan Doshi's avatar Gyan Doshi

avformat/yuv4mpegdec: increase header limit

Allows demuxing UHD 30000/1001 fps yuvj420p files
parent 724e6b3d
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment