]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mmaldec.c
avfilter/transform: Stop exporting internal functions
[ffmpeg] / libavcodec / mmaldec.c
index 647a22ef7c07cc559de9f0d0ca2ad65d68cb7cf0..cb15ac072a76372bf458bc3d3d65e2979a69ff51 100644 (file)
@@ -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 <stdatomic.h>
 
 #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
 };