mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Re-enable P frames.
It was inadvertently disabled due to an aborted merge.
This commit is contained in:
parent
269c69554e
commit
b93629f26e
|
@ -324,7 +324,7 @@ void encode_one_frame(encoder_control* encoder)
|
|||
bitstream_clear_buffer(encoder->stream);
|
||||
} else {
|
||||
cabac_start(&cabac);
|
||||
encoder->in.cur_pic->slicetype = SLICE_I;
|
||||
encoder->in.cur_pic->slicetype = SLICE_P;
|
||||
encoder->in.cur_pic->type = NAL_TRAIL_R;
|
||||
scalinglist_process();
|
||||
search_slice_data(encoder);
|
||||
|
|
Loading…
Reference in a new issue