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) ...@@ -219,7 +219,7 @@ static int Open(vlc_object_t *p_this)
case 2: case 2:
default: default:
channel = CHANNEL_OUT_STEREO; channel = CHANNEL_OUT_STEREO;
p_aout->format.i_physical_channels = AOUT_CHAN_STEREO; p_aout->format.i_physical_channels = AOUT_CHANS_STEREO;
break; 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