mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
mmaldec: Fix compilation after 2fcb0090
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
ddea22a684
commit
2beba58e0e
@ -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…
Reference in New Issue
Block a user