]> git.pld-linux.org Git - packages/mplayer.git/blob - mplayer-350.patch
- release 6 (libvpx 1.14)
[packages/mplayer.git] / mplayer-350.patch
1 diff -ruN MPlayer-1.0pre7./mencoder.c MPlayer-1.0pre7/mencoder.c
2 --- MPlayer-1.0pre7./mencoder.c 2005-04-17 12:58:24.000000000 +0200
3 +++ MPlayer-1.0pre7/mencoder.c  2005-04-17 13:06:33.883762256 +0200
4 @@ -1887,6 +1887,7 @@
5      vobsub_out_close(vobsub_writer);
6  
7  if(out_video_codec==VCODEC_FRAMENO && mux_v->timer>100){
8 +    mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_RecommendedVideoBitrate,"350MB",(int)((350*1024*1024-muxer_f_size)/mux_v->timer/125));
9      mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_RecommendedVideoBitrate,"650MB",(int)((650*1024*1024-muxer_f_size)/mux_v->timer/125));
10      mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_RecommendedVideoBitrate,"700MB",(int)((700*1024*1024-muxer_f_size)/mux_v->timer/125));
11      mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_RecommendedVideoBitrate,"800MB",(int)((800*1024*1024-muxer_f_size)/mux_v->timer/125));
This page took 0.019884 seconds and 3 git commands to generate.