X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmmaldec.c;h=cb15ac072a76372bf458bc3d3d65e2979a69ff51;hb=c8e1e56509c3f176803cdf40b4019263125fa43f;hp=647a22ef7c07cc559de9f0d0ca2ad65d68cb7cf0;hpb=44085b9951b06df1cab4105dcda004213988d84f;p=ffmpeg diff --git a/libavcodec/mmaldec.c b/libavcodec/mmaldec.c index 647a22ef7c0..cb15ac072a7 100644 --- a/libavcodec/mmaldec.c +++ b/libavcodec/mmaldec.c @@ -1,6 +1,6 @@ /* * MMAL Video Decoder - * Copyright (c) 2015 Rodger Combs + * Copyright (c) 2015 rcombs * * This file is part of FFmpeg. * @@ -34,7 +34,8 @@ #include #include "avcodec.h" -#include "hwaccel.h" +#include "decode.h" +#include "hwconfig.h" #include "internal.h" #include "libavutil/avassert.h" #include "libavutil/buffer.h" @@ -808,7 +809,7 @@ static int ffmmal_decode(AVCodecContext *avctx, void *data, int *got_frame, return ret; } -static const AVCodecHWConfigInternal *mmal_hw_configs[] = { +static const AVCodecHWConfigInternal *const mmal_hw_configs[] = { HW_CONFIG_INTERNAL(MMAL), NULL };