Commit ae227fa1 authored by Paul B Mahol's avatar Paul B Mahol

avcodec/fic: change class name to more correct one

parent ea6f6102
...@@ -469,7 +469,7 @@ static const AVOption options[] = { ...@@ -469,7 +469,7 @@ static const AVOption options[] = {
}; };
static const AVClass fic_decoder_class = { static const AVClass fic_decoder_class = {
.class_name = "FIC encoder", .class_name = "FIC decoder",
.item_name = av_default_item_name, .item_name = av_default_item_name,
.option = options, .option = options,
.version = LIBAVUTIL_VERSION_INT, .version = LIBAVUTIL_VERSION_INT,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment