Home
last modified time | relevance | path

Searched defs:MLPHeaderInfo (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmlp_parse.h26 typedef struct MLPHeaderInfo struct
28 int stream_type; ///< 0xBB for MLP, 0xBA for TrueHD
29 int header_size; ///< Size of the major sync header, in bytes
31 int group1_bits; ///< The bit depth of the first substream
32 int group2_bits; ///< Bit depth of the second substream (MLP only)
57 } MLPHeaderInfo; argument