X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtpdec_vc2hq.c;h=1a11ace9a2836e91f11e387a06c23bb437e53ff2;hb=0814610ee35614e417d6942784f7b299f2414a9b;hp=8a3996a035aebd00b71433fd33101d245572a7ae;hpb=7ceec9c5ec511fd75116ab94ac132159f8d97edc;p=ffmpeg diff --git a/libavformat/rtpdec_vc2hq.c b/libavformat/rtpdec_vc2hq.c index 8a3996a035a..1a11ace9a28 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,