[Spice-commits] spice.proto

Marc-André Lureau elmarco at kemper.freedesktop.org
Thu Mar 10 15:59:47 UTC 2016


 spice.proto |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 00db44087807335e74c8f65ea3e6fde0b684e7db
Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue Mar 1 16:50:16 2016 +0100

    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 at codeweavers.com>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>
    
    (cherry picked from spice-protocol commit 7937915d67702a5c4b5147b277c432f5555e3852)
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>

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 {


More information about the Spice-commits mailing list