Commit 834ad806 authored by Jon Lech Johansen's avatar Jon Lech Johansen

* ./modules/gui/macosx/aout.m: Swapped stereo and mono classification.

parent 0e212a7c
......@@ -2,7 +2,7 @@
* aout.m: CoreAudio output plugin
*****************************************************************************
* Copyright (C) 2002-2003 VideoLAN
* $Id: aout.m,v 1.28 2003/03/15 22:10:58 jlj Exp $
* $Id: aout.m,v 1.29 2003/03/16 20:06:34 jlj Exp $
*
* Authors: Colin Delacroix <colin@zoy.org>
* Jon Lech Johansen <jon-vl@nanocrew.net>
......@@ -82,16 +82,16 @@ aout_classes[] =
{
kAudioFormatLinearPCM,
1,
2,
AudioDeviceClassPCM,
"Mono PCM"
"Stereo PCM"
},
{
kAudioFormatLinearPCM,
2,
1,
AudioDeviceClassPCM,
"Stereo PCM"
"Mono PCM"
},
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment