From 084c7cc54a60e05ee240354d8013f512dac04ad2 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 13 Apr 2009 16:47:17 +0000 Subject: [PATCH] Do not use full include path for get_bits.h, since the header is in the same directory. Consistent with r16260. Originally committed as revision 18496 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/pixdesc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/pixdesc.h b/libavcodec/pixdesc.h index 11a4378..9610262 100644 --- a/libavcodec/pixdesc.h +++ b/libavcodec/pixdesc.h @@ -22,7 +22,7 @@ #include #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 -- 2.7.4