]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec_hevc.c
avformat/mov: Remove old encryption info methods.
[ffmpeg] / libavformat / rtpdec_hevc.c
index a0e3a7c2f49cf2407c5896b30fcb7144641ee83d..5a06b2362cc87e54a51018b0e863dc4091e69708 100644 (file)
@@ -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,