Mercurial > mplayer.hg
diff mplayer.c @ 1302:2460ebcb6e69
Fixed a typo and wrong varname.
author | atmos4 |
---|---|
date | Tue, 10 Jul 2001 13:24:59 +0000 |
parents | fa50e6bc6091 |
children | b12e1817bcc2 |
line wrap: on
line diff
--- a/mplayer.c Tue Jul 10 12:32:22 2001 +0000 +++ b/mplayer.c Tue Jul 10 13:24:59 2001 +0000 @@ -1082,7 +1082,7 @@ if(has_audio){ // Go through the codec.conf and find the best codec... sh_audio->codec=NULL; - if(audio_family!=-1) printf("Trying to force audio codec driver family %d ...\n",video_family); + if(audio_family!=-1) printf("Trying to force audio codec driver family %d ...\n",audio_family); while(1){ sh_audio->codec=find_codec(sh_audio->format,NULL,sh_audio->codec,1); if(!sh_audio->codec){