mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
[inter] write ref pic list to the bitstream
This commit is contained in:
parent
63660e990c
commit
5271659f76
|
@ -1263,6 +1263,7 @@ void kvz_encoder_state_write_bitstream_slice_header(
|
||||||
if (state->frame->pictype != KVZ_NAL_IDR_W_RADL
|
if (state->frame->pictype != KVZ_NAL_IDR_W_RADL
|
||||||
&& state->frame->pictype != KVZ_NAL_IDR_N_LP) {
|
&& state->frame->pictype != KVZ_NAL_IDR_N_LP) {
|
||||||
WRITE_UE(stream, state->frame->slicetype, "sh_slice_type");
|
WRITE_UE(stream, state->frame->slicetype, "sh_slice_type");
|
||||||
|
kvz_encoder_state_write_bitstream_ref_pic_list(stream, state);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue