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

This commit is contained in:
Matthieu Bouron 2019-04-29 11:24:37 +02:00
parent 116303cd24
commit 6251ad89a7
1 changed files with 2 additions and 0 deletions

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.