diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-04-13 16:20:26 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-04-13 16:20:26 +0000 |
commit | 9106a698e726c041128a05db0a011caae755d10b (patch) | |
tree | 295170a6da6a371c263f72cae470f092ace072d0 /libavcodec/pixdesc.h | |
parent | 309a8bb8a12825acb1f1eca9b7e0408f2d899eb6 (diff) | |
download | ffmpeg-9106a698e726c041128a05db0a011caae755d10b.tar.gz |
Rename bitstream.h to get_bits.h.
Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/pixdesc.h')
-rw-r--r-- | libavcodec/pixdesc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/pixdesc.h b/libavcodec/pixdesc.h index 6ad217acee..11a437803b 100644 --- a/libavcodec/pixdesc.h +++ b/libavcodec/pixdesc.h @@ -22,7 +22,7 @@ #include <inttypes.h> #include "libavutil/intreadwrite.h" -#include "libavcodec/bitstream.h" +#include "libavcodec/get_bits.h" typedef struct AVComponentDescriptor{ uint16_t plane :2; ///< which of the 4 planes contains the component |