Mercurial > libavcodec.hg
diff opt.c @ 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 | 6a12ba62978a |
| children | e9d9d946f213 |
line wrap: on
line diff
--- 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){
