diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-07-04 17:13:05 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-07-04 17:13:05 +0200 |
commit | 96676e1abfece89e20bc962255b48cb2d9e417bd (patch) | |
tree | a6e98477fc5d2c6c4f6695d2dd1c043ccbd22c25 /libavutil/avutil.h | |
parent | 80f1cfd09d15be441d6b22c259397aaec29a7b27 (diff) | |
download | ffmpeg-96676e1abfece89e20bc962255b48cb2d9e417bd.tar.gz |
Unbreak libavutil API.
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index d0d5d8d3dc..568f66b989 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -126,5 +126,9 @@ char av_get_picture_type_char(enum AVPictureType pict_type); #include "common.h" #include "error.h" #include "mathematics.h" +#include "rational.h" +#include "intfloat_readwrite.h" +#include "log.h" +#include "pixfmt.h" #endif /* AVUTIL_AVUTIL_H */ |