Commit 2beba58e authored by Martin Storsjö's avatar Martin Storsjö

mmaldec: Fix compilation after 2fcb0090

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent ddea22a6
...@@ -788,7 +788,7 @@ static int ffmmal_decode(AVCodecContext *avctx, void *data, int *got_frame, ...@@ -788,7 +788,7 @@ static int ffmmal_decode(AVCodecContext *avctx, void *data, int *got_frame,
return ret; return ret;
} }
static const AVCodecHWConfigInternal *mmal_hw_configs = { static const AVCodecHWConfigInternal *mmal_hw_configs[] = {
HW_CONFIG_INTERNAL(MMAL), HW_CONFIG_INTERNAL(MMAL),
NULL NULL
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment