Re: CVS: g2/audio dec_audio.c,1.1.1.1,1.2

D Richard Felker III <[email protected]> Sun, 22 Feb 2004 11:58:30 -0500
Newsgroups gmane.comp.video.mplayer.g2.devel
Message-ID <[email protected]>
On Sun, Feb 22, 2004 at 05:19:09PM +0100, Arpi of Ize wrote:
> CVS change done by Arpi of Ize
> 
> Update of /cvsroot/mplayer/g2/audio
> In directory mail:/var2/tmp/cvs-serv28061/audio
> 
> Modified Files:
> 	dec_audio.c 
> Log Message:
> - demuxer: changed PTS handling, export native PTS (based on rate_m/rate_d)
> instead of scaled up by rate_m
> - demux_avi: fixed nobps sync mode, when video chunkc come before audio ones
> - demux_mpg: div native pts by 4, to fit 33 bits pts into 31 bits (signed int)

PTS needs to be 64bit anyway... IMO this dividing is unnecessary.

Rich