[MPlayer-dev-eng] [RFC PATCH] Default to subtitle visibility off (was Re: Question for dev's: Does mplayer disable DPMS timeouts? "xset q" looks good, but timeouts never trigger)

Erik Auerswald auerswal at unix-ag.uni-kl.de
Tue Sep 27 09:21:48 CEST 2011


Hi,

On Mon, Sep 26, 2011 at 08:15:11PM +0200, Reimar Döffinger wrote:
> On Mon, Sep 26, 2011 at 12:13:56AM +0200, Erik Auerswald wrote:
> > Ping again,
> > 
> > On 09/18/2011 02:51 PM, Erik Auerswald wrote:
> > >no comments regarding the small patch that hides subtitles unless the
> > >subtitle selection code actually selects a subtitle stream?
> > >
> > >On 09/09/2011 09:54 PM, Erik Auerswald wrote:
> > >>[...]
> > >>The attached patch (actually tested) is a definite improvement for me.
> > >>When specifying -slang XX or having a suitably named .srt file lying
> > >>near a movie, subtitles are displayed. But the mere presence of
> > >>subtitles on a DVD does not result in displaying them automatically.
> > >>
> > >>Please consider applying.
> > >
> > >The patch still applies cleanly.
> > 
> > It still does.
> > 
> > The change in behavior is practically just hiding subtitles on DVD
> > unless a subtitle language is specified. In all other cases (MPlayer
> > finds some subtitles, e.g. because of command line or file name)
> > they are still displayed.
> > 
> > ACK/NAK/Timeout?
> 
> I am not sure what exactly sub_visibility does, but it does not cause
> the same behaviour as using -nosub or similar so I am rather sceptical
> to it.

Well, it is bound to the 'v' key by default, which toggles it. I have
not yet observed breakage using this functionality. It can be set via
slave commands as well.

> In particular I think it causes the subtitle to be demuxed, which

I'd say it does not prevent subtitles from being demuxed.

> in some cases (which you could cause bugs) has a chance of causing
> playback issues over slow/non-seekable connections like a stream or
> http.

Can you point to a test case?

The sub_visibility variable is not used very often, so it should be
possible to estimate its effects for someone familiar with the subtitle
subsystem(s) of MPlayer:

mplayer$ fgrep -r sub_visibility . | wc -l
20
mplayer$ fgrep -lr sub_visibility .
./DOCS/tech/slave.txt
./DOCS/xml/es/usage.xml
./gui/win32/gui.c
./etc/menu.conf
./sub/sub.c
./sub/ass_mp.c
./sub/sub.h
./input/input.c
./command.c

Anyway, I don't expect any problems from changing the default starting
value of sub_visibility.

Thanks,
Erik
-- 
My life's project is to hunt down the guy who invented mail client
wordwrapping, set him on fire then dance on his ashes.
                        -- Andrew Morton


More information about the MPlayer-dev-eng mailing list