[MPlayer-dev-eng] Re: [PATCH] RFC frameno options with cdsize with DOCs

adland adland123 at yahoo.com
Mon May 3 22:43:41 CEST 2004


> +        printf(MSGTR_RecommendedVideoBitrate,"650MB",
(int)((650*1024*1024-muxer_f_size)/mux_v->timer/125));

info
while you are at it should remove these printf's and use the mp_msg structure
instead.

here is an example of use
mp_msg(MSGT_MENCODER,MSGL_STATUS,MSGTR_RecommendedVideoBitrate,"650MB",
(int)((650*1024*1024-muxer_f_size)/mux_v->timer/125)

thanks







More information about the MPlayer-dev-eng mailing list