Mercurial > libavcodec.hg
comparison 4xm.c @ 9428:0dce4fe6e6f3 libavcodec
Rename bitstream.h to get_bits.h.
author | stefano |
---|---|
date | Mon, 13 Apr 2009 16:20:26 +0000 |
parents | 141badec76fc |
children | b5d9bdcb6198 |
comparison
equal
deleted
inserted
replaced
9427:4c1fb7723412 | 9428:0dce4fe6e6f3 |
---|---|
25 */ | 25 */ |
26 | 26 |
27 #include "libavutil/intreadwrite.h" | 27 #include "libavutil/intreadwrite.h" |
28 #include "avcodec.h" | 28 #include "avcodec.h" |
29 #include "dsputil.h" | 29 #include "dsputil.h" |
30 #include "bitstream.h" | 30 #include "get_bits.h" |
31 #include "bytestream.h" | 31 #include "bytestream.h" |
32 | 32 |
33 //#undef NDEBUG | 33 //#undef NDEBUG |
34 //#include <assert.h> | 34 //#include <assert.h> |
35 | 35 |