Mercurial > libavcodec.hg
changeset 8439:c5302e0ecf4e libavcodec
Revert r16257:
Include "libavutil/common.h" where we use llrint() in case ffmpeg's
own llrint() is to be used.
author | andoma |
---|---|
date | Mon, 22 Dec 2008 22:39:55 +0000 |
parents | 89f7279e1eaa |
children | 649ce1b30344 |
files | mpegaudiodec.c opt.c |
diffstat | 2 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegaudiodec.c Mon Dec 22 17:14:13 2008 +0000 +++ b/mpegaudiodec.c Mon Dec 22 22:39:55 2008 +0000 @@ -27,7 +27,6 @@ #include "avcodec.h" #include "bitstream.h" #include "dsputil.h" -#include "libavutil/common.h" /* * TODO:
--- a/opt.c Mon Dec 22 17:14:13 2008 +0000 +++ b/opt.c Mon Dec 22 22:39:55 2008 +0000 @@ -28,7 +28,6 @@ #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){