[MPlayer-dev-eng] [PATCH] stream dump: print progress information

Ingo Brückl ib at wupperonline.de
Fri May 13 11:40:44 CEST 2011


Nicolas George wrote on Fri, 13 May 2011 09:52:31 +0200:

> +        mp_msg(MSGT_STATUSLINE, MSGL_STATUS,
> +               "dump: %"PRIu64" bytes written (~%.1f%%)\r",

> +        mp_msg(MSGT_STATUSLINE, MSGL_STATUS,
> +               "dump: %"PRIu64" bytes written\r",
> +               stream_dump_count);

> +    mp_msg(MSGT_CPLAYER, MSGL_INFO, "dump: %"PRIu64" bytes written to '%s'.\n",
> +           stream_dump_count, stream_dump_name);

Could you please make messages translatable?

Ingo


More information about the MPlayer-dev-eng mailing list