X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fwvenc.c;h=9a42f714402a1d2f114caffe3f5f1d1c516c59e3;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=8743739e8dad62a14d38eeeae03b3bd35df31cb2;hpb=b2f32d60eeaf883bb7d9e1b8cc2fb9a983d08f72;p=ffmpeg diff --git a/libavformat/wvenc.c b/libavformat/wvenc.c index 8743739e8da..9a42f714402 100644 --- a/libavformat/wvenc.c +++ b/libavformat/wvenc.c @@ -76,7 +76,7 @@ static av_cold int wv_write_trailer(AVFormatContext *ctx) return 0; } -AVOutputFormat ff_wv_muxer = { +const AVOutputFormat ff_wv_muxer = { .name = "wv", .long_name = NULL_IF_CONFIG_SMALL("raw WavPack"), .mime_type = "audio/x-wavpack",