]> git.sesse.net Git - vlc/blobdiff - include/config.h.in
* Mandatory step for video output IV and the audio output quality
[vlc] / include / config.h.in
index 56e98f1a8faef890a4a3b9b7211aafdb70496d19..f61f7bd6486554c29d68a58c652c210f41c399a6 100644 (file)
 #define AOUT_STEREO_VAR                 "vlc_stereo"
 #define AOUT_STEREO_DEFAULT             1
 
+/* Environment variable for spdif mode */
+#define AOUT_SPDIF_VAR                  "vlc_spdif"
+#define AOUT_SPDIF_DEFAULT              0
+
 /* Volume */
 #define VOLUME_DEFAULT                  512
 #define VOLUME_STEP                     128
  * message function was called */
 #define INTF_MSG_DBG_FORMAT             "## %s:%s(),%i: "
 
-/* Maximal number of arguments on a command line, including the function name */
+/* Max number of arguments on a command line, including the function name */
 #define INTF_MAX_ARGS                   20
 
 /* Maximal size of a command line in a script */