]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mlp_parser.h
hqx: Store shareable data in main decoder context
[ffmpeg] / libavcodec / mlp_parser.h
index 7530facebf87e1a8edb89644646b73ab81e1ff33..06ab421ba9472c1a6acd4ac7d89dc3c67381c1ea 100644 (file)
@@ -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)