diff options
author | Martin Storsjö <martin@martin.st> | 2017-12-20 09:45:14 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2017-12-20 10:11:27 +0200 |
commit | 2beba58e0e4bda688bf96e12413231607ceafdd4 (patch) | |
tree | 89eb5d9cce1205e092d55d046e0dbe35a85f1786 /libavcodec | |
parent | ddea22a684611c1fec9d8b5c70d835e983a9252e (diff) | |
download | ffmpeg-2beba58e0e4bda688bf96e12413231607ceafdd4.tar.gz |
mmaldec: Fix compilation after 2fcb0090
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/mmaldec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |