This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avcodec/fic: change class name to more correct one
tags/n4.1
Paul B Mahol
7 years ago
parent
ea6f61025e
commit
ae227fa1f2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/fic.c
+ 1
- 1
libavcodec/fic.c
View File
@@ -469,7 +469,7 @@ static const AVOption options[] = {
};
static const AVClass fic_decoder_class = {
.class_name = "FIC e
n
coder",
.class_name = "FIC
d
ecoder",
.item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
Write
Preview
Loading…
Cancel
Save