Browse Source

mmaldec: Fix compilation after 2fcb0090

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n4.0
Martin Storsjö 8 years ago
parent
commit
2beba58e0e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/mmaldec.c

+ 1
- 1
libavcodec/mmaldec.c View File

@@ -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
};


Loading…
Cancel
Save