]> git.sesse.net Git - ffmpeg/commitdiff
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 9502a0018bb0e9cecf2d6ed71c293b7039c18c36..a23c3cbf0516c366c3501c1cc8d7f5ff26a68d3d 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 b84539c9422385078e0b920f8644940df0a73cc9..d3c977a7e28dc9e7b2b514e41013db7067bf7243 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 0cdeef2157be907b4594f3f7117974fd29ed331a..782de7d2aae0a8fa7bd31d33efd5641ca9530bc5 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 38995969834395025b1de055a0a5794952529309..451f07c72aadcf969e2a558eedc3fb71d66bc57f 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 e4b93c595b7da5e33654fa289c2db4771f37ef43..8d03cb629d3d50d799452a54958af81a6de5e2ae 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