]> git.sesse.net Git - vlc/commitdiff
AudioTrack: blind fix for compilation
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 5 Oct 2012 15:40:43 +0000 (17:40 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 5 Oct 2012 15:40:43 +0000 (17:40 +0200)
modules/audio_output/audiotrack.c

index 183b5c4c55cf31ae261da9dc943a3f5aae272826..314125641361142b09b43dab814071ed109ee503 100644 (file)
@@ -219,7 +219,7 @@ static int Open(vlc_object_t *p_this)
     case 2:
     default:
         channel = CHANNEL_OUT_STEREO;
-        p_aout->format.i_physical_channels = AOUT_CHAN_STEREO;
+        p_aout->format.i_physical_channels = AOUT_CHANS_STEREO;
         break;
     }