X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fsegment.c;h=24490f12806e2af267c8e811f37e05eb1928557c;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=74106445e6ef0a66dcf86ec49c50a3ff6bf2a3ac;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/segment.c b/libavformat/segment.c index 74106445e6e..24490f12806 100644 --- a/libavformat/segment.c +++ b/libavformat/segment.c @@ -1053,7 +1053,7 @@ static const AVClass seg_class = { .version = LIBAVUTIL_VERSION_INT, }; -AVOutputFormat ff_segment_muxer = { +const AVOutputFormat ff_segment_muxer = { .name = "segment", .long_name = NULL_IF_CONFIG_SMALL("segment"), .priv_data_size = sizeof(SegmentContext), @@ -1076,7 +1076,7 @@ static const AVClass sseg_class = { .version = LIBAVUTIL_VERSION_INT, }; -AVOutputFormat ff_stream_segment_muxer = { +const AVOutputFormat ff_stream_segment_muxer = { .name = "stream_segment,ssegment", .long_name = NULL_IF_CONFIG_SMALL("streaming segment muxer"), .priv_data_size = sizeof(SegmentContext),