Fixed a typo and wrong varname.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1303 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-07-10 13:24:59 +00:00
parent cdae8067cd
commit 6e0c3925d7
2 changed files with 2 additions and 2 deletions

View File

@ -244,7 +244,7 @@ init(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint3
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;
}

View File

@ -1082,7 +1082,7 @@ if(!sh_video){
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){