comparison cook.c @ 3619:8e152f15dbf2 libavcodec

cook shouldn't try to enforce the bitstream reader type
author aurel
date Thu, 24 Aug 2006 21:59:20 +0000
parents 68721b62a528
children c8c591fe26f8
comparison
equal deleted inserted replaced
3618:d2936fc9558c 3619:8e152f15dbf2
43 43
44 #include <math.h> 44 #include <math.h>
45 #include <stddef.h> 45 #include <stddef.h>
46 #include <stdio.h> 46 #include <stdio.h>
47 47
48 #define ALT_BITSTREAM_READER
49 #include "avcodec.h" 48 #include "avcodec.h"
50 #include "bitstream.h" 49 #include "bitstream.h"
51 #include "dsputil.h" 50 #include "dsputil.h"
52 51
53 #include "cookdata.h" 52 #include "cookdata.h"