mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 01:02:33 +00:00
avformat/yuv4mpegdec: increase header limit
Allows demuxing UHD 30000/1001 fps yuvj420p files
This commit is contained in:
parent
724e6b3d63
commit
0b1ff3265e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user