avcodec/mediacodec_wrapper: add missing "avcodec.h" include

(cherry picked from commit 6251ad89a77566254b934fbf95159d66e29328a8)
This commit is contained in:
Matthieu Bouron 2019-04-29 11:24:37 +02:00
parent c60e1d6be5
commit 65434823a1

View File

@ -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.