[Mplayer-dev-eng] [PATCH] two small bugs fixed
Balazs Tibor
tibcu at sch.bme.hu
Tue Jul 10 13:45:25 CEST 2001
Hi!
I attached a diff to fix two small bugs.
(in mplayer.c and vo_gl.c)
Please someone commit it
thx
-=+=- Tibcu -=+=-
-------------- next part --------------
diff -ruN main-old/mplayer.c main/mplayer.c
--- main-old/mplayer.c Mon Jul 9 18:39:24 2001
+++ main/mplayer.c Tue Jul 10 13:26:53 2001
@@ -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){
diff -ruN main-old/libvo/vo_gl.c main/libvo/vo_gl.c
--- main-old/libvo/vo_gl.c Mon Jul 9 18:39:28 2001
+++ main/libvo/vo_gl.c Tue Jul 10 13:25:24 2001
@@ -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;
}
More information about the MPlayer-dev-eng
mailing list