Re-enable P frames.

It was inadvertently disabled due to an aborted merge.
This commit is contained in:
Ari Koivula 2014-01-29 17:56:38 +02:00
parent 269c69554e
commit b93629f26e

View file

@ -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);