comparison mencoder.c @ 5329:bf30f8d31e6a

reset selection
author arpi
date Mon, 25 Mar 2002 03:20:42 +0000
parents 870e932096ff
children 19ecb71891d8
comparison
equal deleted inserted replaced
5328:014ddf03476d 5329:bf30f8d31e6a
660 660
661 mp_msg(MSGT_CPLAYER,MSGL_INFO,"==========================================================================\n"); 661 mp_msg(MSGT_CPLAYER,MSGL_INFO,"==========================================================================\n");
662 662
663 // Go through the codec.conf and find the best codec... 663 // Go through the codec.conf and find the best codec...
664 sh_video->inited=0; 664 sh_video->inited=0;
665 codecs_reset_selection(0);
665 if(video_codec){ 666 if(video_codec){
666 // forced codec by name: 667 // forced codec by name:
667 mp_msg(MSGT_CPLAYER,MSGL_INFO,"Forced video codec: %s\n",video_codec); 668 mp_msg(MSGT_CPLAYER,MSGL_INFO,"Forced video codec: %s\n",video_codec);
668 init_video(sh_video,video_codec,-1,-1); 669 init_video(sh_video,video_codec,-1,-1);
669 } else { 670 } else {