comparison pixdesc.h @ 9428:0dce4fe6e6f3 libavcodec

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents f01741cc9471
children e806d2145e72
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
20 */ 20 */
21 21
22 #include <inttypes.h> 22 #include <inttypes.h>
23 23
24 #include "libavutil/intreadwrite.h" 24 #include "libavutil/intreadwrite.h"
25 #include "libavcodec/bitstream.h" 25 #include "libavcodec/get_bits.h"
26 26
27 typedef struct AVComponentDescriptor{ 27 typedef struct AVComponentDescriptor{
28 uint16_t plane :2; ///< which of the 4 planes contains the component 28 uint16_t plane :2; ///< which of the 4 planes contains the component
29 29
30 /** 30 /**