Mercurial > mplayer.hg
diff input/input.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 | bbdaa93c469e |
| children | 85e503ddf65f |
line wrap: on
line diff
--- a/input/input.h Sun Sep 21 13:20:06 2003 +0000 +++ b/input/input.h Sun Sep 21 14:21:43 2003 +0000 @@ -51,6 +51,7 @@ #define MP_CMD_TV_SET_SATURATION 47 #define MP_CMD_GET_VO_FULLSCREEN 48 #define MP_CMD_GET_SUB_VISIBILITY 49 +#define MP_CMD_SUB_FORCED_ONLY 50 #define MP_CMD_GUI_EVENTS 5000 #define MP_CMD_GUI_LOADFILE 5001
