mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-10 01:32:19 +08:00
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:
@ -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){
|
||||
|
Reference in New Issue
Block a user