[FFmpeg-cvslog] r18496 - trunk/libavcodec/pixdesc.h
stefano
subversion
Mon Apr 13 18:47:18 CEST 2009
Author: stefano
Date: Mon Apr 13 18:47:17 2009
New Revision: 18496
Log:
Do not use full include path for get_bits.h, since the header is in
the same directory.
Consistent with r16260.
Modified:
trunk/libavcodec/pixdesc.h
Modified: trunk/libavcodec/pixdesc.h
==============================================================================
--- trunk/libavcodec/pixdesc.h Mon Apr 13 18:23:54 2009 (r18495)
+++ trunk/libavcodec/pixdesc.h Mon Apr 13 18:47:17 2009 (r18496)
@@ -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
More information about the ffmpeg-cvslog
mailing list