mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Merge commit '04f691cd4fb7d226e54df886a21ba201cb5019f4'
* commit '04f691cd4fb7d226e54df886a21ba201cb5019f4': mmal: Add missing .item_name to AVClass declaration Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
commit
f3f1bbc6a8
@ -844,6 +844,7 @@ static const AVOption options[]={
|
||||
#define FFMMAL_DEC_CLASS(NAME) \
|
||||
static const AVClass ffmmal_##NAME##_dec_class = { \
|
||||
.class_name = "mmal_" #NAME "_dec", \
|
||||
.item_name = av_default_item_name, \
|
||||
.option = options, \
|
||||
.version = LIBAVUTIL_VERSION_INT, \
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user