Skip to content

Commit

Permalink
aout: TRUEHD and MLP are HDMI formats
Browse files Browse the repository at this point in the history
  • Loading branch information
tguillem committed Oct 7, 2016
1 parent 3a21071 commit 7e41f98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/vlc_aout.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@
|| ((p_format)->i_format == VLC_CODEC_A52) \
|| ((p_format)->i_format == VLC_CODEC_DTS) )

/* TODO: add VLC_CODEC_MLP, VLC_CODEC_TRUEHD */
#define AOUT_FMT_HDMI( p_format ) \
( (p_format)->i_format == VLC_CODEC_EAC3 \
||(p_format)->i_format == VLC_CODEC_TRUEHD \
||(p_format)->i_format == VLC_CODEC_MLP \
)

/* Values used for the audio-channels object variable */
Expand Down

0 comments on commit 7e41f98

Please sign in to comment.