# HG changeset patch # User arpi # Date 1005692294 0 # Node ID d69598d847e0826f9f1bdc48649fe6149c496192 # Parent 675a93e9730575658f017fa54ccd4d8d58a72d12 fourcc mapping fixed diff -r 675a93e97305 -r d69598d847e0 mencoder.c --- a/mencoder.c Tue Nov 13 21:51:33 2001 +0000 +++ b/mencoder.c Tue Nov 13 22:58:14 2001 +0000 @@ -315,6 +315,8 @@ sh_video->codec=NULL; +if(out_video_codec){ + if(video_family!=-1) mp_msg(MSGT_MENCODER,MSGL_INFO,MSGTR_TryForceVideoFmt,video_family); while(1){ sh_video->codec=find_codec(sh_video->format, @@ -364,6 +366,7 @@ exit(1); } +} // if(out_video_codec) if(sh_audio){ // Go through the codec.conf and find the best codec...