]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/fic: change class name to more correct one
authorPaul B Mahol <onemda@gmail.com>
Sat, 8 Sep 2018 18:25:47 +0000 (20:25 +0200)
committerPaul B Mahol <onemda@gmail.com>
Sat, 8 Sep 2018 18:25:47 +0000 (20:25 +0200)
libavcodec/fic.c

index c288c9771bfab95cec544aa57b25e8e8dfabb86c..dcf0777674285d77ddd8e0845e9db1cb77be85a2 100644 (file)
@@ -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,