comparison raw.c @ 5106:fcb33a4b62d3 libavformat

fix compilation of cavsvideo demuxer
author aurel
date Fri, 24 Jul 2009 21:28:03 +0000
parents b4b0df2c408b
children 44a0fab134a9
comparison
equal deleted inserted replaced
5105:ce86dfc507ec 5106:fcb33a4b62d3
327 } 327 }
328 if(seq && seq*9<=pic*10 && pic*9<=slice*10 && !pspack && !pes) 328 if(seq && seq*9<=pic*10 && pic*9<=slice*10 && !pspack && !pes)
329 return AVPROBE_SCORE_MAX/2+1; // +1 for .mpg 329 return AVPROBE_SCORE_MAX/2+1; // +1 for .mpg
330 return 0; 330 return 0;
331 } 331 }
332 332 #endif
333
334 #if CONFIG_CAVSVIDEO_DEMUXER
333 #define CAVS_SEQ_START_CODE 0x000001b0 335 #define CAVS_SEQ_START_CODE 0x000001b0
334 #define CAVS_PIC_I_START_CODE 0x000001b3 336 #define CAVS_PIC_I_START_CODE 0x000001b3
335 #define CAVS_UNDEF_START_CODE 0x000001b4 337 #define CAVS_UNDEF_START_CODE 0x000001b4
336 #define CAVS_PIC_PB_START_CODE 0x000001b6 338 #define CAVS_PIC_PB_START_CODE 0x000001b6
337 #define CAVS_VIDEO_EDIT_CODE 0x000001b7 339 #define CAVS_VIDEO_EDIT_CODE 0x000001b7