avcodec/mediacodec_wrapper: add missing "avcodec.h" include
(cherry picked from commit 6251ad89a77566254b934fbf95159d66e29328a8)
This commit is contained in:
parent
c60e1d6be5
commit
65434823a1
@ -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…
x
Reference in New Issue
Block a user