diff mplayer.c @ 5326:0b024f661dd0

use codec selection
author arpi
date Mon, 25 Mar 2002 03:07:27 +0000
parents fd992ece4367
children 658ea5d7316a
line wrap: on
line diff
--- a/mplayer.c	Mon Mar 25 03:02:57 2002 +0000
+++ b/mplayer.c	Mon Mar 25 03:07:27 2002 +0000
@@ -1187,6 +1187,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);