mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-17 11:28:05 +00:00
avidec: add .category
While here make .class_name consistent with other AVClass. Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
5fa8226420
commit
6b9446e932
@ -84,10 +84,11 @@ static const AVOption options[] = {
|
||||
};
|
||||
|
||||
static const AVClass demuxer_class = {
|
||||
.class_name = "AVI demuxer",
|
||||
.class_name = "avi",
|
||||
.item_name = av_default_item_name,
|
||||
.option = options,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
.category = AV_CLASS_CATEGORY_DEMUXER,
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user