diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-09-08 20:25:47 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-09-08 20:25:47 +0200 |
commit | ae227fa1f27e43e2541434e5fa94521d9deda86f (patch) | |
tree | 37880690689cd73afb5d0b8bf9f7ea9bf2859c4d /libavcodec/fic.c | |
parent | ea6f61025eac1edb7bf093277cf4a33fdf7791dd (diff) | |
download | ffmpeg-ae227fa1f27e43e2541434e5fa94521d9deda86f.tar.gz |
avcodec/fic: change class name to more correct one
Diffstat (limited to 'libavcodec/fic.c')
-rw-r--r-- | libavcodec/fic.c | 2 |
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, |