mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Modified header flags to match VTM commit b9080ff45bec368c44f0c43a32dcd6804ef9f5d6
This commit is contained in:
parent
3863064d90
commit
ce1e67cc3a
|
@ -407,6 +407,7 @@ static void encoder_state_write_bitstream_seq_parameter_set(bitstream_t* stream,
|
||||||
WRITE_UE(stream, encoder->bitdepth-8, "bit_depth_luma_minus8");
|
WRITE_UE(stream, encoder->bitdepth-8, "bit_depth_luma_minus8");
|
||||||
WRITE_UE(stream, encoder->bitdepth-8, "bit_depth_chroma_minus8");
|
WRITE_UE(stream, encoder->bitdepth-8, "bit_depth_chroma_minus8");
|
||||||
WRITE_UE(stream, 1, "log2_max_pic_order_cnt_lsb_minus4");
|
WRITE_UE(stream, 1, "log2_max_pic_order_cnt_lsb_minus4");
|
||||||
|
WRITE_U(stream, 0, 1, "sps_idr_rpl_present_flag");
|
||||||
WRITE_U(stream, 0, 1, "sps_sub_layer_ordering_info_present_flag");
|
WRITE_U(stream, 0, 1, "sps_sub_layer_ordering_info_present_flag");
|
||||||
|
|
||||||
//for each layer
|
//for each layer
|
||||||
|
|
Loading…
Reference in a new issue