comparison escape124.c @ 9428:0dce4fe6e6f3 libavcodec

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents 54bc8a2727b0
children 8a4984c5cacc
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
20 */ 20 */
21 21
22 #include "avcodec.h" 22 #include "avcodec.h"
23 23
24 #define ALT_BITSTREAM_READER_LE 24 #define ALT_BITSTREAM_READER_LE
25 #include "bitstream.h" 25 #include "get_bits.h"
26 26
27 typedef union MacroBlock { 27 typedef union MacroBlock {
28 uint16_t pixels[4]; 28 uint16_t pixels[4];
29 uint32_t pixels32[2]; 29 uint32_t pixels32[2];
30 } MacroBlock; 30 } MacroBlock;