Commit 6b9446e9 authored by Paul B Mahol's avatar Paul B Mahol

avidec: add .category

While here make .class_name consistent with other AVClass.
Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 5fa82264
......@@ -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,
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment