Mercurial > libavcodec.hg
changeset 8419:6a12ba62978a libavcodec
Include "libavutil/common.h" where we use llrint() in case ffmpeg's
own llrint() is to be used.
author | andoma |
---|---|
date | Sun, 21 Dec 2008 21:53:42 +0000 |
parents | f75be04312dc |
children | 2b0d01be134f |
files | mpegaudiodec.c opt.c |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegaudiodec.c Sun Dec 21 21:47:29 2008 +0000 +++ b/mpegaudiodec.c Sun Dec 21 21:53:42 2008 +0000 @@ -27,6 +27,7 @@ #include "avcodec.h" #include "bitstream.h" #include "dsputil.h" +#include "libavutil/common.h" /* * TODO:
--- a/opt.c Sun Dec 21 21:47:29 2008 +0000 +++ b/opt.c Sun Dec 21 21:53:42 2008 +0000 @@ -28,6 +28,7 @@ #include "avcodec.h" #include "opt.h" #include "eval.h" +#include "libavutil/common.h" //FIXME order them and do a bin search const AVOption *av_find_opt(void *v, const char *name, const char *unit, int mask, int flags){