changeset 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 017b81b285f4
children 932543edc1d2
files pixdesc.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pixdesc.h	Mon Apr 13 16:23:54 2009 +0000
+++ b/pixdesc.h	Mon Apr 13 16:47:17 2009 +0000
@@ -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