diff options
author | Mans Rullgard <mans@mansr.com> | 2011-06-04 13:12:08 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-07-03 21:42:07 +0100 |
commit | d49ea4afb4e39e4af33435452dee8ef4c852d83d (patch) | |
tree | dc53946ace61cc510df4762f5e45f908e28a7222 /libswscale/swscale.h | |
parent | e91709ca178800faf7f6ce228eb260a6efaa2451 (diff) | |
download | ffmpeg-d49ea4afb4e39e4af33435452dee8ef4c852d83d.tar.gz |
Do not include pixfmt.h in avutil.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libswscale/swscale.h')
-rw-r--r-- | libswscale/swscale.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h index 3899596983..451f07c72a 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -28,6 +28,7 @@ */ #include "libavutil/avutil.h" +#include "libavutil/pixfmt.h" #define LIBSWSCALE_VERSION_MAJOR 2 #define LIBSWSCALE_VERSION_MINOR 0 |