mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-05 08:16:11 +00:00
protocol: Add support for the VP8 and h264 video codecs
Clients that support multiple codecs must advertise the SPICE_DISPLAY_CAP_MULTI_CODEC capability and one SPICE_DISPLAY_CAP_CODEC_XXX per supported codec. Signed-off-by: Francois Gouget <fgouget@codeweavers.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com> (cherry picked from spice-protocol commit 7937915d67702a5c4b5147b277c432f5555e3852) Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
279be89836
commit
00db440878
@ -329,6 +329,8 @@ flags8 path_flags { /* TODO: C enum names changes */
|
||||
|
||||
enum8 video_codec_type {
|
||||
MJPEG = 1,
|
||||
VP8,
|
||||
H264,
|
||||
};
|
||||
|
||||
flags8 stream_flags {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user