OSDN Git Service

Do not use full include path for get_bits.h, since the header is in
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 13 Apr 2009 16:47:17 +0000 (16:47 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 13 Apr 2009 16:47:17 +0000 (16:47 +0000)
the same directory.
Consistent with r16260.

Originally committed as revision 18496 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/pixdesc.h

index 11a4378..9610262 100644 (file)
@@ -22,7 +22,7 @@
 #include <inttypes.h>
 
 #include "libavutil/intreadwrite.h"
-#include "libavcodec/get_bits.h"
+#include "get_bits.h"
 
 typedef struct AVComponentDescriptor{
     uint16_t plane        :2;            ///< which of the 4 planes contains the component