summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_vc2hq.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rtpdec_vc2hq.c')
-rw-r--r--libavformat/rtpdec_vc2hq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtpdec_vc2hq.c b/libavformat/rtpdec_vc2hq.c
index 8a3996a035..1a11ace9a2 100644
--- a/libavformat/rtpdec_vc2hq.c
+++ b/libavformat/rtpdec_vc2hq.c
@@ -216,7 +216,7 @@ static int vc2hq_handle_packet(AVFormatContext *ctx, PayloadContext *pl_ctx,
return res;
}
-RTPDynamicProtocolHandler ff_vc2hq_dynamic_handler = {
+const RTPDynamicProtocolHandler ff_vc2hq_dynamic_handler = {
.enc_name = "VC2",
.codec_type = AVMEDIA_TYPE_VIDEO,
.codec_id = AV_CODEC_ID_DIRAC,