[vlc-commits] aout: VLC_CODEC_EAC3 is a S/PDIF format
Thomas Guillem
git at videolan.org
Mon Sep 12 15:16:15 CEST 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Jul 28 13:32:46 2016 +0200| [3f9cef08dcd585e28176c2980a075704661b34aa] | committer: Thomas Guillem
aout: VLC_CODEC_EAC3 is a S/PDIF format
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3f9cef08dcd585e28176c2980a075704661b34aa
---
include/vlc_aout.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/vlc_aout.h b/include/vlc_aout.h
index b6e3ea6..ecc2475 100644
--- a/include/vlc_aout.h
+++ b/include/vlc_aout.h
@@ -76,7 +76,8 @@
#define AOUT_FMT_SPDIF( p_format ) \
( ((p_format)->i_format == VLC_CODEC_SPDIFL) \
|| ((p_format)->i_format == VLC_CODEC_SPDIFB) \
- || ((p_format)->i_format == VLC_CODEC_A52) \
+ || ((p_format)->i_format == VLC_CODEC_A52) \
+ || ((p_format)->i_format == VLC_CODEC_EAC3) \
|| ((p_format)->i_format == VLC_CODEC_DTS) )
/* Values used for the audio-channels object variable */
More information about the vlc-commits
mailing list