mirror of https://github.com/mpv-player/mpv
accept 1BD packets for PS stream sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@930 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
71c8843420
commit
7a5438a988
|
@ -293,7 +293,7 @@ do{
|
|||
if(head==0x1BA) demux->synced=1;
|
||||
} else
|
||||
if(demux->synced==1){
|
||||
if(head==0x1BB || (head>=0x1C0 && head<=0x1EF)){
|
||||
if(head==0x1BB || head==0x1BD || (head>=0x1C0 && head<=0x1EF)){
|
||||
demux->synced=2;
|
||||
if(verbose) printf("system stream synced at 0x%X (%d)!\n",demux->filepos,demux->filepos);
|
||||
num_elementary_packets100=0; // requires for re-sync!
|
||||
|
|
Loading…
Reference in New Issue