From ae227fa1f27e43e2541434e5fa94521d9deda86f Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 8 Sep 2018 20:25:47 +0200 Subject: [PATCH] avcodec/fic: change class name to more correct one --- libavcodec/fic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/fic.c b/libavcodec/fic.c index c288c9771b..dcf0777674 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,