mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-06 16:25:31 +00:00
video-stream: Remove only assigned "fps" field
Signed-off-by: Frediano Ziglio <freddy77@gmail.com> Acked-by: Uri Lublin <ulublin@redhat.com>
This commit is contained in:
parent
f028c9b787
commit
d5a0e9d0ef
@ -771,7 +771,6 @@ void dcc_create_stream(DisplayChannelClient *dcc, VideoStream *stream)
|
||||
region_clone(&agent->vis_region, &stream->current->tree_item.base.rgn);
|
||||
region_clone(&agent->clip, &agent->vis_region);
|
||||
}
|
||||
agent->fps = MAX_FPS;
|
||||
agent->dcc = dcc;
|
||||
|
||||
VideoEncoderRateControlCbs video_cbs;
|
||||
|
||||
@ -88,8 +88,6 @@ typedef struct VideoStreamAgent {
|
||||
VideoEncoder *video_encoder;
|
||||
DisplayChannelClient *dcc;
|
||||
|
||||
int fps;
|
||||
|
||||
uint32_t report_id;
|
||||
uint32_t client_required_latency;
|
||||
#ifdef STREAM_STATS
|
||||
|
||||
Loading…
Reference in New Issue
Block a user