# HG changeset patch # User aurel # Date 1283117032 0 # Node ID ca5676c4563d599901e985adfbe57af599c7b2db # Parent 7c98c16c97c5557a9b34fc92b0822d3535c7e1cd cosmetic diff -r 7c98c16c97c5 -r ca5676c4563d m4vdec.c --- a/m4vdec.c Sun Aug 29 21:23:30 2010 +0000 +++ b/m4vdec.c Sun Aug 29 21:23:52 2010 +0000 @@ -44,7 +44,7 @@ && !(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; }