summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-25 03:07:27 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-25 03:07:27 +0000
commitfbf84aa57e07132c26490e543146d262db2ae4a1 (patch)
tree5d34f62647ef11067e8b2db6aa5d9cfec4eb55ca /mplayer.c
parent43d70441a6708604acbeb13ba4395996be870fad (diff)
downloadmpv-fbf84aa57e07132c26490e543146d262db2ae4a1.tar.bz2
mpv-fbf84aa57e07132c26490e543146d262db2ae4a1.tar.xz
use codec selection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5327 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index a955dd5a12..598d959e06 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -1187,6 +1187,7 @@ mp_msg(MSGT_CPLAYER,MSGL_INFO,"=================================================
// 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);