You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-11 14:30:22 +02:00
avformat/vvc: initialize some ptl flags
Signed-off-by: James Almer <jamrial@gmail.com>
(cherry picked from commit 3bd7e3a336
)
This commit is contained in:
@ -586,6 +586,8 @@ static void vvcc_init(VVCDecoderConfigurationRecord *vvcc)
|
|||||||
{
|
{
|
||||||
memset(vvcc, 0, sizeof(VVCDecoderConfigurationRecord));
|
memset(vvcc, 0, sizeof(VVCDecoderConfigurationRecord));
|
||||||
vvcc->lengthSizeMinusOne = 3; // 4 bytes
|
vvcc->lengthSizeMinusOne = 3; // 4 bytes
|
||||||
|
vvcc->ptl.ptl_frame_only_constraint_flag =
|
||||||
|
vvcc->ptl.ptl_multilayer_enabled_flag = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void vvcc_close(VVCDecoderConfigurationRecord *vvcc)
|
static void vvcc_close(VVCDecoderConfigurationRecord *vvcc)
|
||||||
|
Reference in New Issue
Block a user