Commit f57c0a5b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

AudioTrack: blind fix for compilation

parent f67cdb74
......@@ -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;
}
......
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