Commit f3f1bbc6 authored by James Almer's avatar James Almer

Merge commit '04f691cd'

* commit '04f691cd':
  mmal: Add missing .item_name to AVClass declaration
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents 5352db1d 04f691cd
...@@ -844,6 +844,7 @@ static const AVOption options[]={ ...@@ -844,6 +844,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, \
}; };
......
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