Commit 460256d5 authored by bcoudurier's avatar bcoudurier

add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8811 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9e59b031
......@@ -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' ):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment