mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 11:44:44 +00:00
add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov
Originally committed as revision 8811 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b60d13799d
commit
263a93ecff
@ -1255,6 +1255,7 @@ static int mov_probe(AVProbeData *p)
|
||||
case MKTAG( 'u', 'd', 't', 'a' ): /* Packet Video PVAuthor adds this and a lot of more junk */
|
||||
return AVPROBE_SCORE_MAX;
|
||||
/* those are more common words, so rate then a bit less */
|
||||
case MKTAG( 'e', 'd', 'i', 'w' ): /* xdcam files have reverted first tags */
|
||||
case MKTAG( 'w', 'i', 'd', 'e' ):
|
||||
case MKTAG( 'f', 'r', 'e', 'e' ):
|
||||
case MKTAG( 'j', 'u', 'n', 'k' ):
|
||||
|
Loading…
Reference in New Issue
Block a user