Merge "Fix an encoder/decode mismatch bug"
This commit is contained in:
commit
c5718a7aa3
@ -1320,7 +1320,6 @@ void vp9_rc_postencode_update(VP9_COMP *cpi, uint64_t bytes_used) {
|
||||
void vp9_rc_postencode_update_drop_frame(VP9_COMP *cpi) {
|
||||
// Update buffer level with zero size, update frame counters, and return.
|
||||
update_buffer_level(cpi, 0);
|
||||
cpi->common.last_frame_type = cpi->common.frame_type;
|
||||
cpi->rc.frames_since_key++;
|
||||
cpi->rc.frames_to_key--;
|
||||
cpi->rc.rc_2_frame = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user