[Spice-devel] [qxl 1/2] spiceqxl: Add SpiceVideoCodecs to specify video codec preferences

Jeremy White jwhite at codeweavers.com
Wed Jul 6 20:32:42 UTC 2016


> +    if (video_codecs) {
> +#if SPICE_SERVER_VERSION >= 0x000c06 /* 0.12.6 */
> +        if (spice_server_set_video_codecs(spice_server, video_codecs)) {
> +            fprintf(stderr, "spice: invalid video encoder %s\n", video_codecs);
> +            exit(1);

This should be 13.2, right?  Otherwise, both patches look good to me.

Cheers,

Jeremy


More information about the Spice-devel mailing list