X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtpenc.c;h=2a1c176066038291bcb6ee50c6b83c506f4c44ab;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=557128ce53c5a5b7a957331b9a131ea447e0afcd;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/rtpenc.c b/libavformat/rtpenc.c index 557128ce53c..2a1c1760660 100644 --- a/libavformat/rtpenc.c +++ b/libavformat/rtpenc.c @@ -648,7 +648,7 @@ static int rtp_write_trailer(AVFormatContext *s1) return 0; } -AVOutputFormat ff_rtp_muxer = { +const AVOutputFormat ff_rtp_muxer = { .name = "rtp", .long_name = NULL_IF_CONFIG_SMALL("RTP output"), .priv_data_size = sizeof(RTPMuxContext),