mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/mediacodec_wrapper: add missing "avcodec.h" include
This commit is contained in:
parent
116303cd24
commit
6251ad89a7
|
@ -26,6 +26,8 @@
|
|||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "avcodec.h"
|
||||
|
||||
/**
|
||||
* The following API around MediaCodec and MediaFormat is based on the
|
||||
* NDK one provided by Google since Android 5.0.
|
||||
|
|
Loading…
Reference in New Issue