mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
mmal: Add missing .item_name to AVClass declaration
This commit is contained in:
parent
e2edf1529c
commit
04f691cd4f
@ -817,6 +817,7 @@ static const AVOption options[]={
|
|||||||
#define FFMMAL_DEC_CLASS(NAME) \
|
#define FFMMAL_DEC_CLASS(NAME) \
|
||||||
static const AVClass ffmmal_##NAME##_dec_class = { \
|
static const AVClass ffmmal_##NAME##_dec_class = { \
|
||||||
.class_name = "mmal_" #NAME "_dec", \
|
.class_name = "mmal_" #NAME "_dec", \
|
||||||
|
.item_name = av_default_item_name, \
|
||||||
.option = options, \
|
.option = options, \
|
||||||
.version = LIBAVUTIL_VERSION_INT, \
|
.version = LIBAVUTIL_VERSION_INT, \
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user