1.7.3

Message ID 1232105536.11211.45.camel@crc11-ett.utu.fi
State New
Headers

Commit Message

Mikko Tuumanen Jan. 16, 2009, 11:32 a.m. UTC
  Hello.

I've tried to play the new ts recordings with vlc and it seems that
there is a typo in remux.c.


Good news is that vlc does show dvb subtitles from the ts recordings.

BTW, here is a quick and ugly hack to get streamdev to compile with
1.7.3.
http://users.utu.fi/mijutu/digitv/vdr/streamdev-pes_commented_out_for_vdr-1.7.3.diff
This is not worth merging anywhere, but works if you want to try to
record with 1.7.3 in a computer without actual dvb adapters.
  

Patch

--- remux.c.orig        2009-01-16 12:22:43.000000000 +0200
+++ remux.c     2009-01-16 12:23:39.000000000 +0200
@@ -320,7 +320,7 @@ 
 uchar *cPatPmtGenerator::GetPmt(int &Index)
 {
   if (Index < numPmtPackets) {
-     IncCounter(patCounter, pmt[Index]);
+     IncCounter(pmtCounter, pmt[Index]);
      return pmt[Index++];
      }
   return NULL;