Browse Source

mmal: Add missing .item_name to AVClass declaration

tags/n4.0
Diego Biurrun 8 years ago
parent
commit
04f691cd4f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/mmaldec.c

+ 1
- 0
libavcodec/mmaldec.c View File

@@ -817,6 +817,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…
Cancel
Save