diff libmpcodecs/ve_vfw.c @ 10594:57bdcdb061d7

Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
author alex
date Wed, 13 Aug 2003 16:29:32 +0000
parents c671e9adbe22
children 656a1b45b309
line wrap: on
line diff
--- a/libmpcodecs/ve_vfw.c	Wed Aug 13 16:01:53 2003 +0000
+++ b/libmpcodecs/ve_vfw.c	Wed Aug 13 16:29:32 2003 +0000
@@ -29,9 +29,9 @@
 
 static char *vfw_param_codec = NULL;
 
-#include "cfgparser.h"
+#include "m_option.h"
 
-struct config vfwopts_conf[]={
+m_option_t vfwopts_conf[]={
     {"codec", &vfw_param_codec, CONF_TYPE_STRING, 0, 0, 0, NULL},
     {NULL, NULL, 0, 0, 0, 0, NULL}
 };