From 00db44087807335e74c8f65ea3e6fde0b684e7db Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 1 Mar 2016 16:50:16 +0100 Subject: [PATCH] protocol: Add support for the VP8 and h264 video codecs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Acked-by: Christophe Fergeau (cherry picked from spice-protocol commit 7937915d67702a5c4b5147b277c432f5555e3852) Signed-off-by: Marc-André Lureau --- spice.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spice.proto b/spice.proto index af970f2..4a0778d 100644 --- a/spice.proto +++ b/spice.proto @@ -329,6 +329,8 @@ flags8 path_flags { /* TODO: C enum names changes */ enum8 video_codec_type { MJPEG = 1, + VP8, + H264, }; flags8 stream_flags {