diff options
author | Jeremy White <jwhite@codeweavers.com> | 2013-11-30 09:18:48 -0600 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2014-01-02 12:28:21 +0100 |
commit | 57ce430ccd66bd1ca2447c14503234cfb88e2365 (patch) | |
tree | 5313ea2013ceeb1f281ed70d90aae41bf5ade505 /spice1.proto | |
parent | c108e4ee8cb33218d9a64e25de9e79b63d23a8e7 (diff) |
Add support for the Opus codec.
Signed-off-by: Jeremy White <jwhite@codeweavers.com>
Diffstat (limited to 'spice1.proto')
-rw-r--r-- | spice1.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spice1.proto b/spice1.proto index 2d22cdf..67eb0e6 100644 --- a/spice1.proto +++ b/spice1.proto @@ -876,6 +876,7 @@ enum32 audio_data_mode { INVALID, RAW, CELT_0_5_1, + OPUS, }; enum32 audio_fmt { |