summaryrefslogtreecommitdiff
path: root/libavutil/audioconvert.h
diff options
context:
space:
mode:
authorTim Walker <tdskywalker@gmail.com>2012-09-12 17:09:31 +0200
committerJustin Ruggles <justin.ruggles@gmail.com>2012-09-12 18:26:53 -0400
commit8919fee7d259a4f8feb2aac6941ac21915be7b6e (patch)
treec5d62bb0cd103c5eca2ca44d6fe4ce9253956590 /libavutil/audioconvert.h
parent07584eaf4a95db3f11d3bc411f9786932829e82b (diff)
lavu/audioconvert: add a second low frequency channel.
Can be used by DTS-HD, TrueHD and E-AC-3, among others. Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
Diffstat (limited to 'libavutil/audioconvert.h')
-rw-r--r--libavutil/audioconvert.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/audioconvert.h b/libavutil/audioconvert.h
index 7e79097855..73076cba79 100644
--- a/libavutil/audioconvert.h
+++ b/libavutil/audioconvert.h
@@ -62,6 +62,7 @@
#define AV_CH_WIDE_RIGHT 0x0000000100000000ULL
#define AV_CH_SURROUND_DIRECT_LEFT 0x0000000200000000ULL
#define AV_CH_SURROUND_DIRECT_RIGHT 0x0000000400000000ULL
+#define AV_CH_LOW_FREQUENCY_2 0x0000000800000000ULL
/** Channel mask value used for AVCodecContext.request_channel_layout
to indicate that the user requests the channel order of the decoder output