projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and
[ffmpeg.git]
/
libavcodec
/
opt.c
diff --git
a/libavcodec/opt.c
b/libavcodec/opt.c
index f85b29f8abce324abdc08180e1a52de1de40c518..248e68c20075278d30dda67b7beeac5f4fc9f38a 100644
(file)
--- a/
libavcodec/opt.c
+++ b/
libavcodec/opt.c
@@
-26,7
+26,7
@@
#include "avcodec.h"
#include "opt.h"
-#include "
mpegvideo
.h"
+#include "
eval
.h"
//FIXME order them and do a bin search
static AVOption *find_opt(void *v, const char *name, const char *unit){