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 /libavcodec | |
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 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index fbd70395c4..9502a0018b 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -30,6 +30,7 @@ #include "libavutil/samplefmt.h" #include "libavutil/avutil.h" #include "libavutil/cpu.h" +#include "libavutil/rational.h" #include "libavcodec/version.h" |