Mercurial > mplayer.hg
annotate libaf/config.h @ 14140:337aa26e20b5
10l, should check for != NULL before using not after...
fixes speed setting with -nosound, fix by uau on IRC
author | reimar |
---|---|
date | Fri, 10 Dec 2004 23:04:54 +0000 |
parents | 14090f7300a8 |
children | 815f03b7cee5 |
rev | line source |
---|---|
8167 | 1 /*============================================================================= |
2 // | |
13602
14090f7300a8
The full name of the GPL is GNU General Public License.
diego
parents:
8167
diff
changeset
|
3 // This software has been released under the terms of the GNU General Public |
8167 | 4 // license. See http://www.gnu.org/copyleft/gpl.html for details. |
5 // | |
6 // Copyright 2002 Anders Johansson ajh@watri.uwa.edu.au | |
7 // | |
8 //============================================================================= | |
9 */ | |
10 | |
11 // Number of channels | |
12 #ifndef AF_NCH | |
13 #define AF_NCH 6 | |
14 #endif | |
15 |