X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ffmpeg%2Flibavcodec%2Fmlp_parser.h;h=0c0109efcca420757e7d3db0c560f473acc98fbc;hb=8fd34b4a89bf48bd51f52d72b09a8ae21a73b1df;hp=5d1d2e7845c34f8b77a461605acc4d58b95f5edb;hpb=2ba45a602cbfa7b771effba9b11bb4245c21bc00;p=deb_ffmpeg.git diff --git a/ffmpeg/libavcodec/mlp_parser.h b/ffmpeg/libavcodec/mlp_parser.h index 5d1d2e7..0c0109e 100644 --- a/ffmpeg/libavcodec/mlp_parser.h +++ b/ffmpeg/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)