[Spice-devel] [PATCH spice-protocol] Add support for VP9 video codec
Victor Toso
victortoso at redhat.com
Tue Jan 31 07:15:48 UTC 2017
Hi,
On Tue, Jan 03, 2017 at 01:42:33PM +0000, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Victor Toso <victortoso at redhat.com>
(both patches)
> ---
> spice/enums.h | 1 +
> spice/protocol.h | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/spice/enums.h b/spice/enums.h
> index 743a4a8..86d02d7 100644
> --- a/spice/enums.h
> +++ b/spice/enums.h
> @@ -148,6 +148,7 @@ typedef enum SpiceVideoCodecType {
> SPICE_VIDEO_CODEC_TYPE_MJPEG = 1,
> SPICE_VIDEO_CODEC_TYPE_VP8,
> SPICE_VIDEO_CODEC_TYPE_H264,
> + SPICE_VIDEO_CODEC_TYPE_VP9,
>
> SPICE_VIDEO_CODEC_TYPE_ENUM_END
> } SpiceVideoCodecType;
> diff --git a/spice/protocol.h b/spice/protocol.h
> index d742eda..b618935 100644
> --- a/spice/protocol.h
> +++ b/spice/protocol.h
> @@ -141,6 +141,7 @@ enum {
> SPICE_DISPLAY_CAP_CODEC_MJPEG,
> SPICE_DISPLAY_CAP_CODEC_VP8,
> SPICE_DISPLAY_CAP_CODEC_H264,
> + SPICE_DISPLAY_CAP_CODEC_VP9,
> };
>
> enum {
> --
> 2.9.3
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20170131/b26d69b6/attachment-0001.sig>
More information about the Spice-devel
mailing list