mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-07 21:03:10 +00:00
Fix typo for macro names
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
f242634145
commit
777a4c4987
@ -232,7 +232,7 @@ static bool is_next_stream_frame(DisplayChannel *display,
|
||||
}
|
||||
|
||||
if (candidate->creation_time - other_time >
|
||||
(stream ? RED_STREAM_CONTINUS_MAX_DELTA : RED_STREAM_DETACTION_MAX_DELTA)) {
|
||||
(stream ? RED_STREAM_CONTINUOUS_MAX_DELTA : RED_STREAM_DETECTION_MAX_DELTA)) {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
@ -26,8 +26,8 @@
|
||||
#include "red-channel.h"
|
||||
#include "image-cache.h"
|
||||
|
||||
#define RED_STREAM_DETACTION_MAX_DELTA (NSEC_PER_SEC / 5)
|
||||
#define RED_STREAM_CONTINUS_MAX_DELTA NSEC_PER_SEC
|
||||
#define RED_STREAM_DETECTION_MAX_DELTA (NSEC_PER_SEC / 5)
|
||||
#define RED_STREAM_CONTINUOUS_MAX_DELTA NSEC_PER_SEC
|
||||
#define RED_STREAM_TIMEOUT NSEC_PER_SEC
|
||||
#define RED_STREAM_FRAMES_START_CONDITION 20
|
||||
#define RED_STREAM_GRADUAL_FRAMES_START_CONDITION 0.2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user