early-access version 2864
This commit is contained in:
5
externals/ffmpeg/ffmpeg/libavcodec/mmaldec.c
vendored
5
externals/ffmpeg/ffmpeg/libavcodec/mmaldec.c
vendored
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user