Skip to content
Snippets Groups Projects
Commit ae227fa1 authored by Paul B Mahol's avatar Paul B Mahol
Browse files

avcodec/fic: change class name to more correct one

parent ea6f6102
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment