[Spice-devel] [PATCH v2 3/7] spice-common: Add support for the VP8 and h264 video codecs.

Francois Gouget fgouget at free.fr
Thu Aug 6 02:48:13 PDT 2015


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---

This is identical to this patch:
http://lists.freedesktop.org/archives/spice-devel/2015-July/020984.html

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

diff --git a/spice.proto b/spice.proto
index 4ea1263..fa4d448 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 {
-- 
2.1.4



More information about the Spice-devel mailing list