diff options
author | Mans Rullgard <mans@mansr.com> | 2011-06-04 13:05:35 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-07-03 21:42:06 +0100 |
commit | e91709ca178800faf7f6ce228eb260a6efaa2451 (patch) | |
tree | 91de64e96b5087ba986b8901eb0914d4bef5d2ae /libavfilter/avfilter.h | |
parent | 0ebcdf5cdad6bf20a5170735a7f77b23ecc081ac (diff) | |
download | ffmpeg-e91709ca178800faf7f6ce228eb260a6efaa2451.tar.gz |
Do not include rational.h in avutil.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 1 |
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 |