[FFmpeg-cvslog] mmaldec: Fix compilation after 2fcb0090
Martin Storsjö
git at videolan.org
Thu Dec 28 02:14:17 EET 2017
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Dec 20 09:45:14 2017 +0200| [2beba58e0e4bda688bf96e12413231607ceafdd4] | committer: Martin Storsjö
mmaldec: Fix compilation after 2fcb0090
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2beba58e0e4bda688bf96e12413231607ceafdd4
---
libavcodec/mmaldec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/mmaldec.c b/libavcodec/mmaldec.c
index 10a48d3e0f..504e765d07 100644
--- a/libavcodec/mmaldec.c
+++ b/libavcodec/mmaldec.c
@@ -788,7 +788,7 @@ static int ffmmal_decode(AVCodecContext *avctx, void *data, int *got_frame,
return ret;
}
-static const AVCodecHWConfigInternal *mmal_hw_configs = {
+static const AVCodecHWConfigInternal *mmal_hw_configs[] = {
HW_CONFIG_INTERNAL(MMAL),
NULL
};
More information about the ffmpeg-cvslog
mailing list