You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avformat/yuv4mpegdec: increase header limit
Allows demuxing UHD 30000/1001 fps yuvj420p files
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user