Mercurial > libavformat.hg
changeset 5106:fcb33a4b62d3 libavformat
fix compilation of cavsvideo demuxer
author | aurel |
---|---|
date | Fri, 24 Jul 2009 21:28:03 +0000 |
parents | ce86dfc507ec |
children | d5972242053c |
files | raw.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/raw.c Tue Jul 21 07:18:14 2009 +0000 +++ b/raw.c Fri Jul 24 21:28:03 2009 +0000 @@ -329,7 +329,9 @@ 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