[Spice-devel] [opus 1/protocol] Add support for the Opus codec

Christophe Fergeau cfergeau at redhat.com
Wed Oct 16 11:34:09 CEST 2013


ACK

On Tue, Oct 15, 2013 at 09:29:22AM -0500, Jeremy White wrote:
> Signed-off-by: Jeremy White <jwhite at codeweavers.com>
> ---
>  spice/enums.h    |    1 +
>  spice/protocol.h |    2 ++
>  2 files changed, 3 insertions(+)
> 
> 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 {
> -- 
> 1.7.10.4
> 
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20131016/05ca9622/attachment.pgp>


More information about the Spice-devel mailing list