[MPlayer-dev-eng] Better double frame rate output and framedrop
Carl Eugen Hoyos
cehoyos at ag.or.at
Sun Sep 23 22:35:34 CEST 2012
Vicente Sendra <visenri <at> yahoo.es> writes:
> static double calc_pts(double base_pts, int field)
> {
> - // FIXME this assumes 25 fps / 50 fields per second
> - return base_pts + 0.02 * field;
> + // FIXME this assumes 30 fps / 60 fields per second
> + return base_pts + 0.0167 * field;
Why do you think this is a good idea?
Carl Eugen
More information about the MPlayer-dev-eng
mailing list