when playing vc1 content sync to sequence or entry point header

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22181 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2007-02-09 19:44:21 +00:00
parent 1f357e2f06
commit 9194c790ea
1 changed files with 2 additions and 0 deletions

View File

@ -3156,6 +3156,8 @@ static void demux_seek_ts(demuxer_t *demuxer, float rel_seek_secs, float audio_d
{
if(i==0x1B6) break; // found it!
}
else if(sh_video->format == VIDEO_VC1 && (i==0x10E || i==0x10F))
break;
else //H264
{
if((i & ~0x60) == 0x101 || (i & ~0x60) == 0x102 || (i & ~0x60) == 0x105) break;