early-access version 2864

This commit is contained in:
pineappleEA
2022-07-27 20:06:50 +02:00
parent 569d5e0f66
commit c1feb74617
2062 changed files with 73334 additions and 70676 deletions

View File

@@ -1,6 +1,6 @@
/*
* MMAL Video Decoder
* Copyright (c) 2015 rcombs
* Copyright (c) 2015 Rodger Combs
*
* This file is part of FFmpeg.
*
@@ -34,7 +34,6 @@
#include <stdatomic.h>
#include "avcodec.h"
#include "decode.h"
#include "hwconfig.h"
#include "internal.h"
#include "libavutil/avassert.h"
@@ -809,7 +808,7 @@ static int ffmmal_decode(AVCodecContext *avctx, void *data, int *got_frame,
return ret;
}
static const AVCodecHWConfigInternal *const mmal_hw_configs[] = {
static const AVCodecHWConfigInternal *mmal_hw_configs[] = {
HW_CONFIG_INTERNAL(MMAL),
NULL
};