[vlc-devel] commit: Added a subtitle properties to subpicture. (Laurent Aimar )
Laurent Aimar
fenrir at via.ecp.fr
Sat Sep 13 22:25:53 CEST 2008
On Sat, Sep 13, 2008, Antoine Cellerier wrote:
> On Sat, Sep 13, 2008, git version control wrote:
> > Added a subtitle properties to subpicture.
> >
> > It will allow to have different procedures for osd subpicture and subtitle
> > subpicture.
>
> Isn't this fundamentaly equivalent to the b_pausable flag? (which is
> currently used to make sure subtitles stay displayed when the stream is
> paused ... as opposed to osd which disapears after some timeout)
You are right, thansk for noticing.
I will remove b_pausable from codecs (as b_subtitle is set in
src/input/decoder.c).
I prefer keepping b_subtitle iof b_pausable as they have not the same
meaning (even if right row they are used for the same end).
--
fenrir
More information about the vlc-devel
mailing list