mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +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…
Reference in New Issue
Block a user