comparison vc1.c @ 5605:d92fa6e5fc8c libavcodec

move get_unary() to its own file
author aurel
date Sun, 26 Aug 2007 22:33:48 +0000
parents b790f8c0ee24
children 8bf94c994691
comparison
equal deleted inserted replaced
5604:8691652d9dce 5605:d92fa6e5fc8c
30 #include "mpegvideo.h" 30 #include "mpegvideo.h"
31 #include "vc1.h" 31 #include "vc1.h"
32 #include "vc1data.h" 32 #include "vc1data.h"
33 #include "vc1acdata.h" 33 #include "vc1acdata.h"
34 #include "msmpeg4data.h" 34 #include "msmpeg4data.h"
35 #include "unary.h"
35 36
36 #undef NDEBUG 37 #undef NDEBUG
37 #include <assert.h> 38 #include <assert.h>
38 39
39 #define MB_INTRA_VLC_BITS 9 40 #define MB_INTRA_VLC_BITS 9