mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avcodec/mediacodec: Factor duplicate include
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
2bd9956454
commit
9545ff3ec3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user