[MPlayer-dev-eng] [PATCH] Audio support for AVISynth

Uoti Urpala uoti.urpala at pp1.inet.fi
Sun Jul 23 23:06:28 CEST 2006


On Sun, 2006-07-23 at 22:20 +0200, Gianluigi Tiesi wrote:
> > This seems like an unrelated change:
> > > -        d_video->pts=AVS->frameno / sh_video->fps; // OSD
> > > +        dp->pts = (float) AVS->frameno / sh_video->fps;
> Dunno why Alexander changed it.

The original is wrong. It should set the timestamp in the created packet
like the changed version does. It should be (double), not (float),
though.




More information about the MPlayer-dev-eng mailing list