From 857783b699a0d499e91194d34a3148d122ed0b64 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Fri, 13 Jan 2012 17:08:31 +0200 Subject: revert opus cap, not used yet and we want to cut a release Revert "add opus playback and record cap" This reverts commit b598a92f682239cf0439ac4fa7cbf88964e793b6. --- spice/protocol.h | 2 -- 1 file changed, 2 deletions(-) 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 { -- cgit