comparison huffyuv.c @ 9411:4cb7c65fc775 libavcodec

Split bitstream.h, put the bitstream writer stuff in the new file put_bits.h.
author stefano
date Sun, 12 Apr 2009 08:35:26 +0000
parents 54bc8a2727b0
children 141badec76fc
comparison
equal deleted inserted replaced
9410:f7bd7e90ef9f 9411:4cb7c65fc775
28 * huffyuv codec for libavcodec. 28 * huffyuv codec for libavcodec.
29 */ 29 */
30 30
31 #include "avcodec.h" 31 #include "avcodec.h"
32 #include "bitstream.h" 32 #include "bitstream.h"
33 #include "put_bits.h"
33 #include "dsputil.h" 34 #include "dsputil.h"
34 35
35 #define VLC_BITS 11 36 #define VLC_BITS 11
36 37
37 #ifdef WORDS_BIGENDIAN 38 #ifdef WORDS_BIGENDIAN