X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtpdec_h261.c;h=a102909c60dbe99793e28c6c36d9b42fc8db3a08;hb=2eee34372ff2ae4a4efc348362b904632b1e7cee;hp=9729f21d157573dc7bfb5b9d4bdfc25ccfa5eb9f;hpb=4961ddfd3563a075bdea7d729361adc95370d967;p=ffmpeg diff --git a/libavformat/rtpdec_h261.c b/libavformat/rtpdec_h261.c index 9729f21d157..a102909c60d 100644 --- a/libavformat/rtpdec_h261.c +++ b/libavformat/rtpdec_h261.c @@ -162,7 +162,7 @@ static int h261_handle_packet(AVFormatContext *ctx, PayloadContext *rtp_h261_ctx return 0; } -RTPDynamicProtocolHandler ff_h261_dynamic_handler = { +const RTPDynamicProtocolHandler ff_h261_dynamic_handler = { .enc_name = "H261", .codec_type = AVMEDIA_TYPE_VIDEO, .codec_id = AV_CODEC_ID_H261,