# HG changeset patch # User atmos4 # Date 994771499 0 # Node ID 2460ebcb6e698748075626f8f9b8f7762afd9d55 # Parent d79b1a78f94a9548d2a71f68ff9d4ff7f0cc848e Fixed a typo and wrong varname. diff -r d79b1a78f94a -r 2460ebcb6e69 libvo/vo_gl.c --- a/libvo/vo_gl.c Tue Jul 10 12:32:22 2001 +0000 +++ b/libvo/vo_gl.c Tue Jul 10 13:24:59 2001 +0000 @@ -244,7 +244,7 @@ if (myximage->byte_order != LSBFirst) #endif { - printf("[gl] no support fon non-native XImage byte order!\n"); + printf("[gl] no support for non-native XImage byte order!\n"); return -1; } diff -r d79b1a78f94a -r 2460ebcb6e69 mplayer.c --- 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){