ffmpeg | branch: master | Paul B Mahol <[email protected]> | Sat Sep 8 20:25:47 2018 +0200| [ae227fa1f27e43e2541434e5fa94521d9deda86f] | committer: Paul B Mahol
avcodec/fic: change class name to more correct one > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ae227fa1f27e43e2541434e5fa94521d9deda86f --- 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, _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
