comparison mencoder.c @ 6946:a7547c5673ee

using help_mp-??.h for one message
author jaf
date Wed, 07 Aug 2002 09:08:10 +0000
parents 60374fa581fc
children ab1bf337d8b0
comparison
equal deleted inserted replaced
6945:1b5bad50b21d 6946:a7547c5673ee
456 d_dvdsub=demuxer->sub; 456 d_dvdsub=demuxer->sub;
457 sh_audio=d_audio->sh; 457 sh_audio=d_audio->sh;
458 sh_video=d_video->sh; 458 sh_video=d_video->sh;
459 459
460 if(!video_read_properties(sh_video)){ 460 if(!video_read_properties(sh_video)){
461 printf("Couldn't read video properties\n"); 461 printf(MSGTR_CannotReadVideoPropertiers);
462 mencoder_exit(1,NULL); 462 mencoder_exit(1,NULL);
463 } 463 }
464 464
465 mp_msg(MSGT_MENCODER,MSGL_INFO,"[V] filefmt:%d fourcc:0x%X size:%dx%d fps:%5.2f ftime:=%6.4f\n", 465 mp_msg(MSGT_MENCODER,MSGL_INFO,"[V] filefmt:%d fourcc:0x%X size:%dx%d fps:%5.2f ftime:=%6.4f\n",
466 demuxer->file_format,sh_video->format, sh_video->disp_w,sh_video->disp_h, 466 demuxer->file_format,sh_video->format, sh_video->disp_w,sh_video->disp_h,