mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-17 15:42:10 +00:00
HEVC: Write CodecPrivate::configuration_version = 1
This commit is contained in:
parent
14f84a0570
commit
0803e5b2d3
@ -319,7 +319,7 @@ hevcc_c::pack() {
|
||||
};
|
||||
|
||||
// configuration version
|
||||
*buffer++ = m_codec_private.configuration_version;
|
||||
*buffer++ = 1;
|
||||
// general parameters block
|
||||
// general_profile_space 2 Specifies the context for the interpretation of general_profile_idc and
|
||||
// general_profile_compatibility_flag
|
||||
|
Loading…
Reference in New Issue
Block a user