[Mplayer-cvslog] CVS: main/libao2 ao_oss.c,1.37,1.38
Arpi of Ize
arpi at mplayerhq.hu
Tue Jan 28 18:26:10 CET 2003
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian cd-dvd.html,1.40,1.41 documentation.html,1.183,1.184 encoding.html,1.44,1.45sound.html,1.40,1.41
- Next message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian mplayer.1,1.58,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libao2
In directory mail:/var/tmp.root/cvs-serv16525
Modified Files:
ao_oss.c
Log Message:
nice 10l bug, found by Balatoni Denes <pnis at coder.hu>
Index: ao_oss.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_oss.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ao_oss.c 9 Jan 2003 09:27:51 -0000 1.37
+++ ao_oss.c 28 Jan 2003 17:25:53 -0000 1.38
@@ -166,6 +166,7 @@
mp_msg(MSGT_AO,MSGL_ERR,"audio_setup: Failed to set audio device to %d channels\n", ao_data.channels);
return 0;
}
+ ao_data.channels=c+1;
}
mp_msg(MSGT_AO,MSGL_V,"audio_setup: using %d channels (requested: %d)\n", ao_data.channels, channels);
// set rate
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian cd-dvd.html,1.40,1.41 documentation.html,1.183,1.184 encoding.html,1.44,1.45sound.html,1.40,1.41
- Next message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian mplayer.1,1.58,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list