1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

avformat/yuv4mpegdec: increase header limit

Allows demuxing UHD 30000/1001 fps yuvj420p files
This commit is contained in:
Gyan Doshi
2020-01-26 20:52:48 +05:30
parent 724e6b3d63
commit 0b1ff3265e

View 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)