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

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

 



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.
-- 
Dipl.-Inform. (FH) Reinhard Nissl
mailto:rnissl@xxxxxx
--- ../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) {
_______________________________________________
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