On Tue, 13 Jun 2017 12:33:07 +0200
Diego Biurrun <di...@biurrun.de> wrote:

> ---
>  libavcodec/mmaldec.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libavcodec/mmaldec.c b/libavcodec/mmaldec.c
> index e64ddba..023ebe8 100644
> --- a/libavcodec/mmaldec.c
> +++ b/libavcodec/mmaldec.c
> @@ -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, \
>      };

LGTM
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to