mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-03 15:58:43 +00:00
typo: fix the spelling of precede
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
44d6d587b0
commit
c964ca4040
@ -410,7 +410,7 @@ static WindowImage *glz_dictionary_window_get_new_head(SharedDictionary *dict, i
|
||||
GLZ_ASSERT(dict->cur_usr, dict->window.used_segs_head != NULL_IMAGE_SEG_ID);
|
||||
GLZ_ASSERT(dict->cur_usr, dict->window.used_segs_tail != NULL_IMAGE_SEG_ID);
|
||||
|
||||
// used_segs_head is the latest logical head (the physical head may preceed it)
|
||||
// used_segs_head is the latest logical head (the physical head may precede it)
|
||||
cur_head = dict->window.segs[dict->window.used_segs_head].image;
|
||||
cur_win_size = dict->window.segs[dict->window.used_segs_tail].pixels_num +
|
||||
dict->window.segs[dict->window.used_segs_tail].pixels_so_far -
|
||||
|
||||
@ -667,7 +667,7 @@ static void set_bit_rate(SpiceGstEncoder *encoder, uint64_t bit_rate)
|
||||
encoder->vbuffer_size = new_size;
|
||||
update_next_frame_mm_time(encoder);
|
||||
|
||||
/* Frames preceeding the bit rate change are not relevant to the current
|
||||
/* Frames preceding the bit rate change are not relevant to the current
|
||||
* situation anymore.
|
||||
*/
|
||||
encoder->stat_first = encoder->history_last;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user