comparison cfg-mplayer.h @ 585:96621b6b7f9f

added: extern int vo_dbpp
author arpi_esp
date Mon, 23 Apr 2001 03:38:17 +0000
parents 839b2255c43b
children 550ea1eba1a1
comparison
equal deleted inserted replaced
584:9bdb59e8887d 585:96621b6b7f9f
11 extern char *monitor_dotclock_str; 11 extern char *monitor_dotclock_str;
12 #endif 12 #endif
13 #ifdef HAVE_PNG 13 #ifdef HAVE_PNG
14 extern int z_compression; 14 extern int z_compression;
15 #endif 15 #endif
16 extern int vo_dbpp;
16 17
17 struct config conf[]={ 18 struct config conf[]={
18 /* name, pointer, type, flags, min, max */ 19 /* name, pointer, type, flags, min, max */
19 {"include", cfg_include, CONF_TYPE_FUNC_PARAM, 0, 0, 0}, /* this must be the first!!! */ 20 {"include", cfg_include, CONF_TYPE_FUNC_PARAM, 0, 0, 0}, /* this must be the first!!! */
20 {"o", "Option -o has been renamed to -vo (video-out), use -vo !\n", 21 {"o", "Option -o has been renamed to -vo (video-out), use -vo !\n",