summaryrefslogtreecommitdiff
path: root/libavcodec/mlp_parser.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2014-09-26 13:49:20 +0200
committerAnton Khirnov <anton@khirnov.net>2015-03-11 16:03:13 +0100
commitf36f6a608b5b2c17f8876195c61621c8f8607cee (patch)
treee5d7c5da68afb664c2d9f8c24f8651bf641276cf /libavcodec/mlp_parser.h
parent448c8cfe4c53e9e806effd8505b46d57fa707061 (diff)
mlpdec: support major sync headers with optional extension blocks
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/mlp_parser.h')
-rw-r--r--libavcodec/mlp_parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mlp_parser.h b/libavcodec/mlp_parser.h
index 7530facebf..06ab421ba9 100644
--- a/libavcodec/mlp_parser.h
+++ b/libavcodec/mlp_parser.h
@@ -32,6 +32,7 @@
typedef struct MLPHeaderInfo
{
int stream_type; ///< 0xBB for MLP, 0xBA for TrueHD
+ int header_size; ///< Size of the major sync header, in bytes
int group1_bits; ///< The bit depth of the first substream
int group2_bits; ///< Bit depth of the second substream (MLP only)