OSDN Git Service
(root)
/
coroid
/
libav_saccubus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e350705
)
cosmetic
author
Aurelien Jacobs
<aurel@gnuage.org>
Sun, 29 Aug 2010 21:23:52 +0000
(21:23 +0000)
committer
Aurelien Jacobs
<aurel@gnuage.org>
Sun, 29 Aug 2010 21:23:52 +0000
(21:23 +0000)
Originally committed as revision 24977 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/m4vdec.c
patch
|
blob
|
history
diff --git
a/libavformat/m4vdec.c
b/libavformat/m4vdec.c
index
21a2b50
..
84363a1
100644
(file)
--- a/
libavformat/m4vdec.c
+++ b/
libavformat/m4vdec.c
@@
-44,7
+44,7
@@
static int mpeg4video_probe(AVProbeData *probe_packet)
&& !(0x1B9 < temp_buffer && temp_buffer < 0x1C4)) res++;
}
- if (
VOP >= VISO && VOP >= VOL && VO >= VOL && VOL > 0 && res==0)
+ if (VOP >= VISO && VOP >= VOL && VO >= VOL && VOL > 0 && res==0)
return AVPROBE_SCORE_MAX/2;
return 0;
}