[ANNOUNCE] DVB-S2 + H.264 support for VDR-1.5.12

Message ID 47814274.7010404@gmx.de
State New
Headers

Commit Message

Reinhard Nissl Jan. 6, 2008, 9:04 p.m. UTC
  Hi,

Reinhard Nissl schrieb:

> The patches now include my recently released speedup patches as
> well as an unreleased speedup patch for cAudioRepacker and
> cVideoRepacker, because at least the latter one would have been
> hard to extract separately.

cAudioRepacker speedup patch contains a typo. Please apply the
attached fix.

Bye.
  

Patch

--- ../vdr-1.5.12-dvbs2-other/remux.c	2008-01-01 22:55:18.000000000 +0100
+++ remux.c	2008-01-06 21:50:10.000000000 +0100
@@ -1409,7 +1409,7 @@  void cAudioRepacker::Repack(cRingBufferL
               todo -= bite;
               frameTodo -= bite;
               packetTodo -= bite;
-              uint32_t *Scanner = (uint32_t *)(Data - 4);
+              uint32_t *Scanner = (uint32_t *)(data - 4);
               scanner = ntohl(*Scanner);
               }
            if (--frameTodo == 0) {