comparison pixdesc.h @ 9430:e806d2145e72 libavcodec

Do not use full include path for get_bits.h, since the header is in the same directory. Consistent with r16260.
author stefano
date Mon, 13 Apr 2009 16:47:17 +0000
parents 0dce4fe6e6f3
children dad1c3ed61f1
comparison
equal deleted inserted replaced
9429:017b81b285f4 9430:e806d2145e72
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/get_bits.h" 25 #include "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 /**