Browse Source

avcodec/mediacodec: Factor duplicate include

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.2
Michael Niedermayer Matthieu Bouron 9 years ago
parent
commit
9545ff3ec3
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      libavcodec/mediacodec.c

+ 2
- 3
libavcodec/mediacodec.c View File

@@ -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…
Cancel
Save