summaryrefslogtreecommitdiff
path: root/libavcodec/fic.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-09-08 20:25:47 +0200
committerPaul B Mahol <onemda@gmail.com>2018-09-08 20:25:47 +0200
commitae227fa1f27e43e2541434e5fa94521d9deda86f (patch)
tree37880690689cd73afb5d0b8bf9f7ea9bf2859c4d /libavcodec/fic.c
parentea6f61025eac1edb7bf093277cf4a33fdf7791dd (diff)
avcodec/fic: change class name to more correct one
Diffstat (limited to 'libavcodec/fic.c')
-rw-r--r--libavcodec/fic.c2
1 files changed, 1 insertions, 1 deletions
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,