You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-03 16:24:53 +02:00
avcodec/fic: change class name to more correct one
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user