changeset 1302:2460ebcb6e69

Fixed a typo and wrong varname.
author atmos4
date Tue, 10 Jul 2001 13:24:59 +0000
parents d79b1a78f94a
children 09d7ca3f4dc9
files libvo/vo_gl.c mplayer.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
 	}
 
--- 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){