[MPlayer-users] [BUGREPORT] MPEG-ES stream seeking seg fault
Nico Sabbi
nsabbi at tiscali.it
Thu Jan 6 19:11:23 CET 2005
Reimar Döffinger wrote:
>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
>
>
>
ok (mpeg1 and 2 video)
More information about the MPlayer-users
mailing list