[FFmpeg-cvslog] mmal: Add missing .item_name to AVClass declaration

Diego Biurrun git at videolan.org
Thu Nov 2 01:22:05 EET 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Jun 12 11:01:14 2017 +0200| [04f691cd4fb7d226e54df886a21ba201cb5019f4] | committer: Diego Biurrun

mmal: Add missing .item_name to AVClass declaration

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04f691cd4fb7d226e54df886a21ba201cb5019f4
---

 libavcodec/mmaldec.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/mmaldec.c b/libavcodec/mmaldec.c
index e64ddbabce..023ebe80de 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, \
     };



More information about the ffmpeg-cvslog mailing list