From: Paul B Mahol Date: Sat, 8 Sep 2018 18:25:47 +0000 (+0200) Subject: avcodec/fic: change class name to more correct one X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ae227fa1f27e43e2541434e5fa94521d9deda86f;p=ffmpeg avcodec/fic: change class name to more correct one --- diff --git a/libavcodec/fic.c b/libavcodec/fic.c index c288c9771bf..dcf07776742 100644 --- a/libavcodec/fic.c +++ b/libavcodec/fic.c @@ -469,7 +469,7 @@ static const AVOption options[] = { }; static const AVClass fic_decoder_class = { - .class_name = "FIC encoder", + .class_name = "FIC decoder", .item_name = av_default_item_name, .option = options, .version = LIBAVUTIL_VERSION_INT,