You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avformat/segafilm: check 2nd tag
Fixes probetest failure Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -69,6 +69,9 @@ static int film_probe(AVProbeData *p) | ||||
|     if (AV_RB32(&p->buf[0]) != FILM_TAG) | ||||
|         return 0; | ||||
|  | ||||
|     if (AV_RB32(&p->buf[16]) != FDSC_TAG) | ||||
|         return 0; | ||||
|  | ||||
|     return AVPROBE_SCORE_MAX; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user