[MPlayer-dev-eng] [PATCH] resubmit realv4.diff

?? hephooey at fastmail.fm
Sun Mar 9 00:08:05 CET 2003


Hi,

> btw please don't commit to real code now, i'm working on that right now
> (have most of Denes's fixes merged locally, mostly with some modifications)
I want to report another problem since you're working on;)
This function below is from Denes's patch:

static int calcts(int kf, int ts, int error){
    int tmp = kf;
    tmp+=error;
    tmp+=ts&(~0x1fff);  // combine with packet timestamp
             ~~~~~~~~~ I think maybe this could be other value, some rm
movie 
created by combining two or more movies have this kind of problem. the
first 
part may end up with a packet timestamp 0x0800. then the next part comes
with 
another 0x00?0. this problem may completely mess up a-v sync sometimes.
But 
realplay can handle it smoothly, so I think maybe realplay have some
other 
way to use packet timestamps.
If you want samples I have upload one to 
ftp.mplayerhq.hu/incoming/packet_timestamp.rmvb. You can check it, thx


-- 
Best Regards,
LR
-- 
  ??
  hephooey at fastmail.fm

-- 
http://www.fastmail.fm - Same, same, but different




More information about the MPlayer-dev-eng mailing list