mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
fix compilation of cavsvideo demuxer
Originally committed as revision 19506 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a2f4324bb6
commit
23251d751b
@ -329,7 +329,9 @@ static int mpegvideo_probe(AVProbeData *p)
|
||||
return AVPROBE_SCORE_MAX/2+1; // +1 for .mpg
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if CONFIG_CAVSVIDEO_DEMUXER
|
||||
#define CAVS_SEQ_START_CODE 0x000001b0
|
||||
#define CAVS_PIC_I_START_CODE 0x000001b3
|
||||
#define CAVS_UNDEF_START_CODE 0x000001b4
|
||||
|
Loading…
x
Reference in New Issue
Block a user