From f36f6a608b5b2c17f8876195c61621c8f8607cee Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Fri, 26 Sep 2014 13:49:20 +0200 Subject: mlpdec: support major sync headers with optional extension blocks Signed-off-by: Anton Khirnov --- libavcodec/mlp_parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/mlp_parser.h') 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) -- cgit v1.2.3