Re: [ANNOUNCE] VDR developer version 1.7.15 / fix HD subtitles on arte HD

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Am 06.06.2010 14:49, schrieb Klaus Schmidinger:

> - Implemented handling of HD resolution subtitles according to v1.3.1 of
>   ETSI EN 300 743, chapter 7.2.1 (thanks to Rolf Ahrenberg).

The attached patch fixes DDS detection on arte HD.

Bye.
-- 
Dipl.-Inform. (FH) Reinhard Nissl
mailto:rnissl@xxxxxx
--- ../vdr-1.7.15-orig/dvbsubtitle.c	2010-06-05 16:03:55.000000000 +0200
+++ dvbsubtitle.c	2010-07-18 21:29:50.000000000 +0200
@@ -660,7 +660,7 @@ cDvbSubtitleConverter::cDvbSubtitleConve
   dvbSubtitleAssembler = new cDvbSubtitleAssembler;
   osd = NULL;
   frozen = false;
-  ddsVersionNumber = 0;
+  ddsVersionNumber = -1;
   displayWidth = 720;
   displayHeight = 576;
   displayHorizontalOffset = 0;
@@ -693,7 +693,7 @@ void cDvbSubtitleConverter::Reset(void)
   bitmaps->Clear();
   DELETENULL(osd);
   frozen = false;
-  ddsVersionNumber = 0;
+  ddsVersionNumber = -1;
   displayWidth = 720;
   displayHeight = 576;
   displayHorizontalOffset = 0;
_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux