comparison m4vdec.c @ 6434:ca5676c4563d libavformat

cosmetic
author aurel
date Sun, 29 Aug 2010 21:23:52 +0000
parents 7c98c16c97c5
children 4775a49a6045
comparison
equal deleted inserted replaced
6433:7c98c16c97c5 6434:ca5676c4563d
42 else if (temp_buffer < 0x130) VOL++; 42 else if (temp_buffer < 0x130) VOL++;
43 else if ( !(0x1AF < temp_buffer && temp_buffer < 0x1B7) 43 else if ( !(0x1AF < temp_buffer && temp_buffer < 0x1B7)
44 && !(0x1B9 < temp_buffer && temp_buffer < 0x1C4)) res++; 44 && !(0x1B9 < temp_buffer && temp_buffer < 0x1C4)) res++;
45 } 45 }
46 46
47 if ( VOP >= VISO && VOP >= VOL && VO >= VOL && VOL > 0 && res==0) 47 if (VOP >= VISO && VOP >= VOL && VO >= VOL && VOL > 0 && res==0)
48 return AVPROBE_SCORE_MAX/2; 48 return AVPROBE_SCORE_MAX/2;
49 return 0; 49 return 0;
50 } 50 }
51 51
52 AVInputFormat m4v_demuxer = { 52 AVInputFormat m4v_demuxer = {