mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-10 01:32:16 +00:00
Make video_encoder_procs constant
This is not going to be modified. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Pavel Grunt <pgrunt@redhat.com>
This commit is contained in:
parent
356f819e50
commit
2896e2eed9
@ -3570,7 +3570,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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user