forked from videolan/vlc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
demux/ts.c: Solve 'lost synchro' warnings when using a file input.
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.
- Loading branch information
Showing
1 changed file
with
29 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters