Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-06-04 16:05:35 +0400
committerMans Rullgard <mans@mansr.com>2011-07-04 00:42:06 +0400
commite91709ca178800faf7f6ce228eb260a6efaa2451 (patch)
tree91de64e96b5087ba986b8901eb0914d4bef5d2ae /libavfilter
parent0ebcdf5cdad6bf20a5170735a7f77b23ecc081ac (diff)
Do not include rational.h in avutil.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/avfilter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 33e93e27fc..b84539c942 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -24,6 +24,7 @@
#include "libavutil/avutil.h"
#include "libavutil/samplefmt.h"
+#include "libavutil/rational.h"
#define LIBAVFILTER_VERSION_MAJOR 2
#define LIBAVFILTER_VERSION_MINOR 4