[Spice-devel] [PATCH 6/8] Make core_interface_adapter constant

Pavel Grunt pgrunt at redhat.com
Wed Jun 22 06:35:55 UTC 2016


On Mon, 2016-06-20 at 10:15 +0100, Frediano Ziglio wrote:
> This is not going to be modified.
> 
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Pavel Grunt <pgrunt at redhat.com>
> ---
>  server/reds.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/server/reds.c b/server/reds.c
> index 14d86ec..0445623 100644
> --- a/server/reds.c
> +++ b/server/reds.c
> @@ -3562,7 +3562,7 @@ static const EnumNames video_encoder_names[] = {
>      {0, NULL},
>  };
>  
> -static new_video_encoder_t video_encoder_procs[] = {
> +static const new_video_encoder_t video_encoder_procs[] = {
>      &mjpeg_encoder_new,
>  #if defined(HAVE_GSTREAMER_1_0) || defined(HAVE_GSTREAMER_0_10)
>      &gstreamer_encoder_new,


More information about the Spice-devel mailing list