# HG changeset patch # User arpi # Date 1017026442 0 # Node ID bf30f8d31e6a8f218c44af9f40460ca95ae0a0a3 # Parent 014ddf03476dae8f6ddb2f5550f7e2f68692fd96 reset selection diff -r 014ddf03476d -r bf30f8d31e6a mencoder.c --- a/mencoder.c Mon Mar 25 03:19:43 2002 +0000 +++ b/mencoder.c Mon Mar 25 03:20:42 2002 +0000 @@ -662,6 +662,7 @@ // Go through the codec.conf and find the best codec... sh_video->inited=0; +codecs_reset_selection(0); if(video_codec){ // forced codec by name: mp_msg(MSGT_CPLAYER,MSGL_INFO,"Forced video codec: %s\n",video_codec);