Ticket #2263: mythtv-0.19.patch

File mythtv-0.19.patch, 517 bytes (added by lpgcritter at nasquan dt com, 18 years ago)

new fix for 0.19

  • dvbrecorder.cpp

     
    785785
    786786    // Sync streams to the first Payload Unit Start Indicator
    787787    // _after_ first keyframe iff _wait_for_keyframe_option is true
    788     if (!info->payloadStartSeen)
     788    if (!info->payloadStartSeen && tspacket.HasPayload())
    789789    {
    790790        if (!tspacket.PayloadStart())
    791791            return true; // not payload start - drop packet