Commit 9545ff3e authored by Michael Niedermayer's avatar Michael Niedermayer Committed by Matthieu Bouron

avcodec/mediacodec: Factor duplicate include

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 2bd99564
......@@ -24,6 +24,8 @@
#include "libavutil/error.h"
#include "mediacodec.h"
#if CONFIG_H264_MEDIACODEC_HWACCEL
#include <jni.h>
......@@ -33,7 +35,6 @@
#include "libavutil/mem.h"
#include "ffjni.h"
#include "mediacodec.h"
#include "mediacodecdec.h"
AVMediaCodecContext *av_mediacodec_alloc_context(void)
......@@ -101,8 +102,6 @@ int av_mediacodec_release_buffer(AVMediaCodecBuffer *buffer, int render)
#include <stdlib.h>
#include "mediacodec.h"
AVMediaCodecContext *av_mediacodec_alloc_context(void)
{
return NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment