X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fyuv4mpegenc.c;h=aff066f1c57a5f22c70b76355936cd13d51c531f;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=f21f2dce922231084cb8172c32aad9e8e18083c2;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/yuv4mpegenc.c b/libavformat/yuv4mpegenc.c index f21f2dce922..aff066f1c57 100644 --- a/libavformat/yuv4mpegenc.c +++ b/libavformat/yuv4mpegenc.c @@ -328,7 +328,7 @@ static int yuv4_init(AVFormatContext *s) return 0; } -AVOutputFormat ff_yuv4mpegpipe_muxer = { +const AVOutputFormat ff_yuv4mpegpipe_muxer = { .name = "yuv4mpegpipe", .long_name = NULL_IF_CONFIG_SMALL("YUV4MPEG pipe"), .extensions = "y4m",