OSDN Git Service

Do not include pixfmt.h in avutil.h
authorMans Rullgard <mans@mansr.com>
Sat, 4 Jun 2011 12:12:08 +0000 (13:12 +0100)
committerMans Rullgard <mans@mansr.com>
Sun, 3 Jul 2011 20:42:07 +0000 (21:42 +0100)
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/avcodec.h
libavfilter/avfilter.h
libavutil/avutil.h
libswscale/swscale.h
libswscale/swscale_internal.h

index 9502a00..a23c3cb 100644 (file)
@@ -30,6 +30,7 @@
 #include "libavutil/samplefmt.h"
 #include "libavutil/avutil.h"
 #include "libavutil/cpu.h"
+#include "libavutil/pixfmt.h"
 #include "libavutil/rational.h"
 
 #include "libavcodec/version.h"
index b84539c..d3c977a 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "libavutil/avutil.h"
 #include "libavutil/samplefmt.h"
+#include "libavutil/pixfmt.h"
 #include "libavutil/rational.h"
 
 #define LIBAVFILTER_VERSION_MAJOR  2
index 0cdeef2..782de7d 100644 (file)
@@ -122,6 +122,5 @@ char av_get_picture_type_char(enum AVPictureType pict_type);
 #include "common.h"
 #include "error.h"
 #include "log.h"
-#include "pixfmt.h"
 
 #endif /* AVUTIL_AVUTIL_H */
index 3899596..451f07c 100644 (file)
@@ -28,6 +28,7 @@
  */
 
 #include "libavutil/avutil.h"
+#include "libavutil/pixfmt.h"
 
 #define LIBSWSCALE_VERSION_MAJOR 2
 #define LIBSWSCALE_VERSION_MINOR 0
index e4b93c5..8d03cb6 100644 (file)
@@ -28,6 +28,7 @@
 #endif
 
 #include "libavutil/avutil.h"
+#include "libavutil/pixfmt.h"
 
 #define STR(s)         AV_TOSTRING(s) //AV_STRINGIFY is too long