[Spice-commits] spice/enums.h spice/protocol.h
Christophe Fergau
teuf at kemper.freedesktop.org
Thu Jan 2 03:24:36 PST 2014
spice/enums.h | 1 +
spice/protocol.h | 2 ++
2 files changed, 3 insertions(+)
New commits:
commit 2575626fb6c0eb145a11e6d5bf399c80ed207d91
Author: Jeremy White <jwhite at codeweavers.com>
Date: Sat Nov 30 09:18:12 2013 -0600
Add support for the Opus codec
Signed-off-by: Jeremy White <jwhite at codeweavers.com>
diff --git a/spice/enums.h b/spice/enums.h
index f192e43..fdcffa8 100644
--- a/spice/enums.h
+++ b/spice/enums.h
@@ -325,6 +325,7 @@ typedef enum SpiceAudioDataMode {
SPICE_AUDIO_DATA_MODE_INVALID,
SPICE_AUDIO_DATA_MODE_RAW,
SPICE_AUDIO_DATA_MODE_CELT_0_5_1,
+ SPICE_AUDIO_DATA_MODE_OPUS,
SPICE_AUDIO_DATA_MODE_ENUM_END
} SpiceAudioDataMode;
diff --git a/spice/protocol.h b/spice/protocol.h
index e11f384..961a303 100644
--- a/spice/protocol.h
+++ b/spice/protocol.h
@@ -111,11 +111,13 @@ enum {
SPICE_PLAYBACK_CAP_CELT_0_5_1,
SPICE_PLAYBACK_CAP_VOLUME,
SPICE_PLAYBACK_CAP_LATENCY,
+ 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