mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 12:25:03 +00:00
320e68675a
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13603 b3059339-0415-0410-9bf9-f77b7e298cf2
16 lines
438 B
C
16 lines
438 B
C
/*=============================================================================
|
|
//
|
|
// This software has been released under the terms of the GNU General Public
|
|
// license. See http://www.gnu.org/copyleft/gpl.html for details.
|
|
//
|
|
// Copyright 2002 Anders Johansson ajh@watri.uwa.edu.au
|
|
//
|
|
//=============================================================================
|
|
*/
|
|
|
|
// Number of channels
|
|
#ifndef AF_NCH
|
|
#define AF_NCH 6
|
|
#endif
|
|
|