]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec_jpeg.c
fftools/ffmpeg: Remove an unused variable.
[ffmpeg] / libavformat / rtpdec_jpeg.c
index 465d9bc29211998f654246363175dffad43bde38..931463cec409088fa2f9f966e66524c904789874 100644 (file)
@@ -379,7 +379,7 @@ static int jpeg_parse_packet(AVFormatContext *ctx, PayloadContext *jpeg,
     return AVERROR(EAGAIN);
 }
 
-RTPDynamicProtocolHandler ff_jpeg_dynamic_handler = {
+const RTPDynamicProtocolHandler ff_jpeg_dynamic_handler = {
     .enc_name          = "JPEG",
     .codec_type        = AVMEDIA_TYPE_VIDEO,
     .codec_id          = AV_CODEC_ID_MJPEG,