[MPlayer-users] [BUGREPORT] MPEG-ES stream seeking seg fault
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Thu Jan 6 16:02:19 CET 2005
Hi,
On Thu, Jan 06, 2005 at 02:50:14PM +0100, Nico Sabbi wrote:
> - if(i==0x1B3 || i==0x1B8) break; // found it!
> + if(sh_video->format == 0x10000001 || sh_video->format == 0x10000002) {
> + if(i==0x1B3 || i==0x1B8) break; // found it!
> + } else if(sh_video->format == 0x10000004) {
> + if(i==0x1B6) break;
> + } else {
> + if((i & ~0x60) == 0x101 || (i & ~0x60) == 0x102 || (i & ~0x60) == 0x105) break;
> + }
Just that I don't risk to come to late again: Could you comment that
part a bit before you apply (e.g. what the 0x10000001 and 0x10000002 are
in "cleartext").
Greetings,
Reimar Döffinger
More information about the MPlayer-users
mailing list