mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-29 17:07:13 +00:00
protocol: add preferred video codec message
Client might want to choose a preferred video codec for streaming for different reasons which having hardware decoder support being the most interest one. This message allows the client to send a list of video codecs in a order of preference. Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
b1cdb2756f
commit
9da109a661
@ -529,6 +529,7 @@ enum {
|
||||
SPICE_MSGC_DISPLAY_STREAM_REPORT,
|
||||
SPICE_MSGC_DISPLAY_PREFERRED_COMPRESSION,
|
||||
SPICE_MSGC_DISPLAY_GL_DRAW_DONE,
|
||||
SPICE_MSGC_DISPLAY_PREFERRED_VIDEO_CODEC_TYPE,
|
||||
|
||||
SPICE_MSGC_END_DISPLAY
|
||||
};
|
||||
|
||||
@ -141,6 +141,7 @@ enum {
|
||||
SPICE_DISPLAY_CAP_CODEC_MJPEG,
|
||||
SPICE_DISPLAY_CAP_CODEC_VP8,
|
||||
SPICE_DISPLAY_CAP_CODEC_H264,
|
||||
SPICE_DISPLAY_CAP_PREF_VIDEO_CODEC_TYPE,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user