]> git.sesse.net Git - vlc/commit
Fixed DVB-subtitles decoder subpicture flag.
authorPeter Bak Nielsen <peter.bak.nielsen@gmail.com>
Sun, 3 Jan 2010 18:52:21 +0000 (19:52 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 8 Feb 2010 19:15:59 +0000 (20:15 +0100)
commit51e626468feab9627eace037713e5483f58371c5
tree702e86fe9fe3c1a78f99a78d471e897cba3c2633
parent772bf3a2f1ece505a372c8503fae6bc9d39751ba
Fixed DVB-subtitles decoder subpicture flag.

  The module did not mark the subtitles it produces with "b_subtitle == true",
  which causes them to be handled as OSD, and thus allowing them to become
  out of sync unless video was streamed in real time...

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
modules/codec/dvbsub.c