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:
arpi_esp 2001-06-01 17:56:06 +00:00
parent 71c8843420
commit 7a5438a988
1 changed files with 1 additions and 1 deletions

View File

@ -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!