diff opt.c @ 3786:616a81d04758 libavcodec

Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and put it in a separate file.
author takis
date Fri, 29 Sep 2006 19:33:04 +0000
parents 67a63fa775a7
children 484d719a2028
line wrap: on
line diff
--- a/opt.c	Thu Sep 28 22:03:52 2006 +0000
+++ b/opt.c	Fri Sep 29 19:33:04 2006 +0000
@@ -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){