diff options
author | Diego Biurrun | 2011-07-05 00:42:31 +0200 |
---|---|---|
committer | Diego Biurrun | 2011-07-05 20:16:38 +0200 |
commit | d3f751e6030545c5e1f312c5a83c1e6ed5794f18 (patch) | |
tree | 95f3d36bfe11d600737632db631f63dfcff79f39 /libavformat/mpegts.c | |
parent | 8dd52d82029febc3effd981c3107846904559c6d (diff) |
Add some missing mathematics.h #includes for av_rescale().
Diffstat (limited to 'libavformat/mpegts.c')
-rw-r--r-- | libavformat/mpegts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index f2ae567789..43cd1fbd6f 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -25,6 +25,7 @@ #include "libavutil/intreadwrite.h" #include "libavutil/log.h" #include "libavutil/dict.h" +#include "libavutil/mathematics.h" #include "libavutil/opt.h" #include "libavcodec/bytestream.h" #include "avformat.h" |