summaryrefslogtreecommitdiff
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-06-04 13:12:08 +0100
committerMans Rullgard <mans@mansr.com>2011-07-03 21:42:07 +0100
commitd49ea4afb4e39e4af33435452dee8ef4c852d83d (patch)
treedc53946ace61cc510df4762f5e45f908e28a7222 /libavutil/avutil.h
parente91709ca178800faf7f6ce228eb260a6efaa2451 (diff)
Do not include pixfmt.h in avutil.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r--libavutil/avutil.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 0cdeef2157..782de7d2aa 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -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 */