Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: VDR developer version 1.1.32
Hi!
Am Montag, 19. Mai 2003 14:34 schrieben Sie:
> @@ -510,6 +510,8 @@
> if (!p) {
> p = playFrame->Data();
> pc = playFrame->Count();
> + if (p && AudioTrack > 0)
> + StripAudioPackets(playFrame->StripData(), pc,
> AudioTrack); }
> if (p) {
> int w = PlayVideo(p, pc);
> ----------------------------------------------------------------------
^^^^^
Is this part of the patch ok? Or are there two Versions of 1.1.32?
Here its:
// Play the frame:
if (playFrame) {
if (!p) {
p = playFrame->Data();
pc = playFrame->Count();
if (firstPacket) {
cRemux::SetBrokenLink(p, pc);
firstPacket = false;
}
}
if (p) {
int w = PlayVideo(p, pc);
if (w > 0) {
p += w;
pc -= w;
}
I miss the "firstPacket"-stuff in the patch?!
Bye
Thorsten
--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.
Home |
Main Index |
Thread Index