X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fchromaprint.c;h=399de725d3bbe8c73c90047da3501dbb24dfe9b0;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=423f5b7d61097d540d4875ba7223450e04f13970;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/chromaprint.c b/libavformat/chromaprint.c index 423f5b7d610..399de725d3b 100644 --- a/libavformat/chromaprint.c +++ b/libavformat/chromaprint.c @@ -179,7 +179,7 @@ static const AVClass chromaprint_class = { .version = LIBAVUTIL_VERSION_INT, }; -AVOutputFormat ff_chromaprint_muxer = { +const AVOutputFormat ff_chromaprint_muxer = { .name = "chromaprint", .long_name = NULL_IF_CONFIG_SMALL("Chromaprint"), .priv_data_size = sizeof(ChromaprintMuxContext),