• Jean-Paul Saman's avatar
    demux/ts.c: Solve 'lost synchro' warnings when using a file input. · 91e105d2
    Jean-Paul Saman authored
    Solve 'lost synchro' warnings when using a file input. The warning was
    triggered by the functions GetFirstPCR(), CheckPCR() and GetLastPCR().
    They searched for a TS packet which contains a PCR but did not take
    the TS packet size boundarys into account. By rounding to the nearest
    p_sys->i_packet_size this warning was resolved.
    91e105d2
ts.c 139 KB