[Spice-devel] [PATCH common 5/7] Add support for the VP8 video codec. (take 2)

Francois Gouget fgouget at codeweavers.com
Wed May 27 06:13:18 PDT 2015


---

Thanks to Fabio Fantoni for noticing that spice.proto needed updating 
too. I think I did not notice the issue because the top-level autogen.sh 
keeps rechecking out spice-protocol so spice-protocol/spice/enums.h 
ended up always being newer than spice.proto.

 spice.proto | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spice.proto b/spice.proto
index 01493c9..ecc6308 100644
--- a/spice.proto
+++ b/spice.proto
@@ -329,6 +329,7 @@ flags8 path_flags { /* TODO: C enum names changes */
 
 enum8 video_codec_type {
     MJPEG = 1,
+    VP8,
 };
 
 flags8 stream_flags {
-- 
2.1.4


More information about the Spice-devel mailing list