summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2017-12-20 09:45:14 +0200
committerMartin Storsjö <martin@martin.st>2017-12-20 10:11:27 +0200
commit2beba58e0e4bda688bf96e12413231607ceafdd4 (patch)
tree89eb5d9cce1205e092d55d046e0dbe35a85f1786
parentddea22a684611c1fec9d8b5c70d835e983a9252e (diff)
mmaldec: Fix compilation after 2fcb0090
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r--libavcodec/mmaldec.c2
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
};