[MPlayer-cvslog] r32880 - in trunk: DOCS/man/de/mplayer.1 DOCS/man/en/mplayer.1 cfg-mplayer.h mplayer.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Thu Feb 10 21:27:06 CET 2011


Only some minor nit-picks:

On Thu, Feb 10, 2011 at 08:20:37PM +0100, cigaes wrote:
> @@ -1580,15 +1583,38 @@ static void update_osd_msg(void) {
>              else
>                  percentage_text[0] = 0;
>  
> +            if (osd_fractions==1) {

Spaces around the == would have been more consistent.

> +                //print fractions as sub-second timestamp
> +                snprintf(fractions_text, sizeof(fractions_text), ".%02d",
> +                         (int)( (mpctx->sh_video->pts - pts)* 100 + 0.5)
> +                         % 100);

This will look really strange if pts happens to be > mpctx->sh_video->pts


More information about the MPlayer-cvslog mailing list