avcodec/fic: change class name to more correct one

pull/296/head
Paul B Mahol 7 years ago
parent ea6f61025e
commit ae227fa1f2
  1. 2
      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,

Loading…
Cancel
Save