Browse Source

audiotrack: update original channels

pull/50/head
Thomas Guillem 10 years ago
parent
commit
ec16509e0d
  1. 1
      modules/audio_output/audiotrack.c

1
modules/audio_output/audiotrack.c

@ -1059,6 +1059,7 @@ Start( audio_output_t *p_aout, audio_sample_format_t *restrict p_fmt )
else
p_sys->fmt.i_physical_channels = AOUT_CHANS_STEREO;
}
p_sys->fmt.i_original_channels = p_sys->fmt.i_physical_channels;
/* Try to create an AudioTrack with the most advanced channel and
* format configuration. If AudioTrack_Create fails, try again with a

Loading…
Cancel
Save