[FFmpeg-cvslog] avcodec/fic: change class name to more correct one

Paul B Mahol git at videolan.org
Sat Sep 8 22:42:08 EEST 2018


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | 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,



More information about the ffmpeg-cvslog mailing list