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:
Frediano Ziglio 2016-06-20 09:25:02 +01:00
parent 356f819e50
commit 2896e2eed9

View File

@ -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,