]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec_vc2hq.c
avformat/hlsenc: rename option from use_localtime to strftime
[ffmpeg] / libavformat / rtpdec_vc2hq.c
index 8a3996a035aebd00b71433fd33101d245572a7ae..1a11ace9a2836e91f11e387a06c23bb437e53ff2 100644 (file)
@@ -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,