Mercurial > libavformat.hg
changeset 2039:5dd45d0a5340 libavformat
add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov
author | bcoudurier |
---|---|
date | Wed, 25 Apr 2007 15:57:15 +0000 |
parents | f9861524ff86 |
children | 91dc0ed52efa |
files | mov.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Wed Apr 25 09:01:54 2007 +0000 +++ b/mov.c Wed Apr 25 15:57:15 2007 +0000 @@ -1255,6 +1255,7 @@ 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' ):