Skip to content
Snippets Groups Projects

Draft: avsb: add AAC (Advanced Audio Codec) passthrough support for macOS

Open Advait Dhamorikar requested to merge avsb into master
6 files
+ 321
43
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 2
1
@@ -84,7 +84,8 @@
( ((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_DTS) )
|| ((p_format)->i_format == VLC_CODEC_DTS) \
|| ((p_format)->i_format == VLC_CODEC_MP4A))
#define AOUT_FMT_HDMI( p_format ) \
( (p_format)->i_format == VLC_CODEC_EAC3 \
Loading