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 <stdint.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
#include "avcodec.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The following API around MediaCodec and MediaFormat is based on the
|
* The following API around MediaCodec and MediaFormat is based on the
|
||||||
* NDK one provided by Google since Android 5.0.
|
* NDK one provided by Google since Android 5.0.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user