X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtpdec_hevc.c;h=5a06b2362cc87e54a51018b0e863dc4091e69708;hb=f6ea397d0ae4e4188e90deecbcffd1cf5419c110;hp=a0e3a7c2f49cf2407c5896b30fcb7144641ee83d;hpb=b26dd5ae2fb94caed888005cb6fc21f3df840a24;p=ffmpeg diff --git a/libavformat/rtpdec_hevc.c b/libavformat/rtpdec_hevc.c index a0e3a7c2f49..5a06b2362cc 100644 --- a/libavformat/rtpdec_hevc.c +++ b/libavformat/rtpdec_hevc.c @@ -347,7 +347,7 @@ static int hevc_handle_packet(AVFormatContext *ctx, PayloadContext *rtp_hevc_ctx return res; } -RTPDynamicProtocolHandler ff_hevc_dynamic_handler = { +const RTPDynamicProtocolHandler ff_hevc_dynamic_handler = { .enc_name = "H265", .codec_type = AVMEDIA_TYPE_VIDEO, .codec_id = AV_CODEC_ID_HEVC,