comparison cfg-common.h @ 5507:d0d029fda134

video filter layer - written from scratch, but inspired a lot by Fredrik Kuivinen's patch
author arpi
date Sat, 06 Apr 2002 22:05:01 +0000
parents 5d2aa5a4d8cb
children 8cd761968f35
comparison
equal deleted inserted replaced
5506:b8b6fcb5062a 5507:d0d029fda134
94 {"tv", tvopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, 94 {"tv", tvopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
95 #else 95 #else
96 {"tv", "MPlayer was compiled without TV Interface support\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, 96 {"tv", "MPlayer was compiled without TV Interface support\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
97 #endif 97 #endif
98 {"vivo", vivoopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, 98 {"vivo", vivoopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
99 {"vop", &vo_plugin_args, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
99 100
100 #else 101 #else
101 102
102 #include "config.h" 103 #include "config.h"
103 104
177 {"fps", &mf_fps, CONF_TYPE_FLOAT, 0, 0, 0, NULL}, 178 {"fps", &mf_fps, CONF_TYPE_FLOAT, 0, 0, 0, NULL},
178 {"type", &mf_type, CONF_TYPE_STRING, 0, 0, 0, NULL}, 179 {"type", &mf_type, CONF_TYPE_STRING, 0, 0, 0, NULL},
179 {NULL, NULL, 0, 0, 0, 0, NULL} 180 {NULL, NULL, 0, 0, 0, 0, NULL}
180 }; 181 };
181 182
183 extern char** vo_plugin_args;
184
182 #endif 185 #endif