diff options
author | Aman Gupta <aman@tmm1.net> | 2018-04-26 11:50:55 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2018-05-04 11:51:45 -0700 |
commit | fe0a6bcbda0f51d0613dbbd42a7635c22530ce95 (patch) | |
tree | db6cbf3f2e07522e6bad76e7b35687caf79a902c /libavcodec/mediacodec_wrapper.h | |
parent | 7074a7ccd9a4d4e445252780fd182aa0b3778b79 (diff) | |
download | ffmpeg-fe0a6bcbda0f51d0613dbbd42a7635c22530ce95.tar.gz |
avcodec/mediacodec_wrapper: add helper to fetch SDK_INT
Signed-off-by: Matthieu Bouron <matthieu.bouron@gmail.com>
Signed-off-by: Aman Gupta <aman@tmm1.net>
Diffstat (limited to 'libavcodec/mediacodec_wrapper.h')
-rw-r--r-- | libavcodec/mediacodec_wrapper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mediacodec_wrapper.h b/libavcodec/mediacodec_wrapper.h index 1b4f3a9492..f0de16d669 100644 --- a/libavcodec/mediacodec_wrapper.h +++ b/libavcodec/mediacodec_wrapper.h @@ -124,4 +124,6 @@ int ff_AMediaCodec_getConfigureFlagEncode(FFAMediaCodec *codec); int ff_AMediaCodec_cleanOutputBuffers(FFAMediaCodec *codec); +int ff_Build_SDK_INT(AVCodecContext *avctx); + #endif /* AVCODEC_MEDIACODEC_WRAPPER_H */ |