From dc77e64f2d41a9a778b11afbfa8709e1ce483ef1 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 12 Feb 2018 22:21:06 +0100 Subject: lavf/rtpdec*: Constify all RTPDynamicProtocolHandler. Reviewed-by: Muhammad Faiz --- libavformat/rtpdec_svq3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rtpdec_svq3.c') diff --git a/libavformat/rtpdec_svq3.c b/libavformat/rtpdec_svq3.c index 18d79d2e22..77164dd6f9 100644 --- a/libavformat/rtpdec_svq3.c +++ b/libavformat/rtpdec_svq3.c @@ -110,7 +110,7 @@ static void svq3_close_context(PayloadContext *sv) ffio_free_dyn_buf(&sv->pktbuf); } -RTPDynamicProtocolHandler ff_svq3_dynamic_handler = { +const RTPDynamicProtocolHandler ff_svq3_dynamic_handler = { .enc_name = "X-SV3V-ES", .codec_type = AVMEDIA_TYPE_VIDEO, .codec_id = AV_CODEC_ID_NONE, // see if (config_packet) above -- cgit v1.2.3