[Spice-commits] Branch '0.10' - spice/protocol.h

Alon Levy alon at kemper.freedesktop.org
Fri Jan 13 07:23:52 PST 2012


 spice/protocol.h |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 857783b699a0d499e91194d34a3148d122ed0b64
Author: Alon Levy <alevy at redhat.com>
Date:   Fri Jan 13 17:08:31 2012 +0200

    revert opus cap, not used yet and we want to cut a release
    
    Revert "add opus playback and record cap"
    
    This reverts commit b598a92f682239cf0439ac4fa7cbf88964e793b6.

diff --git a/spice/protocol.h b/spice/protocol.h
index 924c8cc..ddfe84b 100644
--- a/spice/protocol.h
+++ b/spice/protocol.h
@@ -104,13 +104,11 @@ typedef struct SPICE_ATTR_PACKED SpiceSubMessageList {
 enum {
     SPICE_PLAYBACK_CAP_CELT_0_5_1,
     SPICE_PLAYBACK_CAP_VOLUME,
-    SPICE_PLAYBACK_CAP_OPUS,
 };
 
 enum {
     SPICE_RECORD_CAP_CELT_0_5_1,
     SPICE_RECORD_CAP_VOLUME,
-    SPICE_RECORD_CAP_OPUS,
 };
 
 enum {


More information about the Spice-commits mailing list