From b598a92f682239cf0439ac4fa7cbf88964e793b6 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sat, 19 Nov 2011 14:58:02 +0200 Subject: [PATCH] add opus playback and record cap --- spice/protocol.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spice/protocol.h b/spice/protocol.h index ddfe84b..924c8cc 100644 --- a/spice/protocol.h +++ b/spice/protocol.h @@ -104,11 +104,13 @@ 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 {