Commit d3232605 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove unused AOUT_VAR_*

parent 1fce1ba8
......@@ -76,16 +76,7 @@
|| ((p_format)->i_format == VLC_CODEC_A52) \
|| ((p_format)->i_format == VLC_CODEC_DTS) )
/* Values used for the audio-device and audio-channels object variables */
#define AOUT_VAR_MONO 1
#define AOUT_VAR_STEREO 2
#define AOUT_VAR_2F2R 4
#define AOUT_VAR_3F2R 5
#define AOUT_VAR_5_1 6
#define AOUT_VAR_6_1 7
#define AOUT_VAR_7_1 8
#define AOUT_VAR_SPDIF 10
/* Values used for the audio-channels object variable */
#define AOUT_VAR_CHAN_UNSET 0 /* must be zero */
#define AOUT_VAR_CHAN_STEREO 1
#define AOUT_VAR_CHAN_RSTEREO 2
......
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