mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
gstreamer: Peephole optimisation
SpiceGstFrameInformation change from 24 to 16 bytes reducing SpiceGstEncoder 480 bytes. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Pavel Grunt <pgrunt@redhat.com>
This commit is contained in:
parent
1e467acb2a
commit
22d41e71ae
@ -59,8 +59,8 @@ typedef struct SpiceGstVideoBuffer {
|
||||
|
||||
typedef struct {
|
||||
uint32_t mm_time;
|
||||
uint64_t duration;
|
||||
uint32_t size;
|
||||
uint64_t duration;
|
||||
} SpiceGstFrameInformation;
|
||||
|
||||
typedef enum SpiceGstBitRateStatus {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user