[vlc-commits] Remove unused AOUT_VAR_*
    Rémi Denis-Courmont 
    git at videolan.org
       
    Thu Apr 25 19:18:39 CEST 2013
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Apr 25 20:16:43 2013 +0300| [d3232605e127d461c663070e1dea91f7248c17f5] | committer: Rémi Denis-Courmont
Remove unused AOUT_VAR_*
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d3232605e127d461c663070e1dea91f7248c17f5
---
 include/vlc_aout.h |   11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/include/vlc_aout.h b/include/vlc_aout.h
index 3bc68c7..d9f5f40 100644
--- a/include/vlc_aout.h
+++ b/include/vlc_aout.h
@@ -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
    
    
More information about the vlc-commits
mailing list