avidec: use designated initializers for AVClass
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
ef8bea9107
commit
7238ed6c84
@ -84,10 +84,10 @@ static const AVOption options[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const AVClass demuxer_class = {
|
static const AVClass demuxer_class = {
|
||||||
"AVI demuxer",
|
.class_name = "AVI demuxer",
|
||||||
av_default_item_name,
|
.item_name = av_default_item_name,
|
||||||
options,
|
.option = options,
|
||||||
LIBAVUTIL_VERSION_INT,
|
.version = LIBAVUTIL_VERSION_INT,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user