comparison cfg-mplayer.h @ 10917:d45870f67728

Forced subtitles patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de> For a given subtitle language you can now chose to display only the forced subtitles. Defaut is set to "show all subtitles" so that current mplayer behaviour is not changed. For DVD: Use -forced_subs_only additionally to e.g. -slang en if you are only interested in the forced subtitles. For VobSub: The idx file is now parsed for the "forced subs: ON/OFF" tag and used according to its settings. Key: You can toggle the display of forced subtitles by pressing "F" (upper case letter).
author attila
date Sun, 21 Sep 2003 14:21:43 +0000
parents 501ac934d443
children c2bff70784d5
comparison
equal deleted inserted replaced
10916:c36db88bfbc4 10917:d45870f67728
345 #endif 345 #endif
346 346
347 // these should be moved to -common, and suppot in mencoder too 347 // these should be moved to -common, and suppot in mencoder too
348 {"vobsub", &vobsub_name, CONF_TYPE_STRING, 0, 0, 0, NULL}, 348 {"vobsub", &vobsub_name, CONF_TYPE_STRING, 0, 0, 0, NULL},
349 {"vobsubid", &vobsub_id, CONF_TYPE_INT, CONF_RANGE, 0, 31, NULL}, 349 {"vobsubid", &vobsub_id, CONF_TYPE_INT, CONF_RANGE, 0, 31, NULL},
350 {"forcedsubsonly", &forced_subs_only,CONF_TYPE_FLAG, 0, 0, 1, NULL},
350 351
351 {"sstep", &step_sec, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL}, 352 {"sstep", &step_sec, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
352 353
353 // set a-v distance, should be moved to -common and support in mencoder 354 // set a-v distance, should be moved to -common and support in mencoder
354 {"delay", &audio_delay, CONF_TYPE_FLOAT, CONF_RANGE, -100.0, 100.0, NULL}, 355 {"delay", &audio_delay, CONF_TYPE_FLOAT, CONF_RANGE, -100.0, 100.0, NULL},