Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and

put it in a separate file.

Originally committed as revision 6383 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Panagiotis Issaris
2006-09-29 19:33:04 +00:00
parent 3a6ccf4f3e
commit 4d7b4613a1
3 changed files with 2 additions and 11 deletions

View File

@ -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){