Mercurial > mplayer.hg
changeset 22163:0e60f69c9dc4
when playing vc1 content sync to sequence or entry point header
author | nicodvb |
---|---|
date | Fri, 09 Feb 2007 19:44:21 +0000 |
parents | 1ca423133265 |
children | ef142bfc30fb |
files | libmpdemux/demux_ts.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_ts.c Fri Feb 09 19:39:31 2007 +0000 +++ b/libmpdemux/demux_ts.c Fri Feb 09 19:44:21 2007 +0000 @@ -3156,6 +3156,8 @@ { 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;