summaryrefslogtreecommitdiff
path: root/libavcodec/mediacodecdec_common.h
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2018-03-06 13:14:51 -0800
committerAman Gupta <aman@tmm1.net>2018-03-07 16:22:50 -0800
commit823a758543e2b1052cdcff22d02d396f4e0792f9 (patch)
tree7c95c70fb1a5a598290661dab80a0e737812a5e2 /libavcodec/mediacodecdec_common.h
parent2a0eb8685728ccb260e42f60e1dbefe47ababbc3 (diff)
avcodec/mediacodecdec: add more trace logging of input/output buffers
Signed-off-by: Aman Gupta <aman@tmm1.net> Signed-off-by: Matthieu Bouron <matthieu.bouron@gmail.com>
Diffstat (limited to 'libavcodec/mediacodecdec_common.h')
-rw-r--r--libavcodec/mediacodecdec_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mediacodecdec_common.h b/libavcodec/mediacodecdec_common.h
index afb98ffed9..3fd2412a65 100644
--- a/libavcodec/mediacodecdec_common.h
+++ b/libavcodec/mediacodecdec_common.h
@@ -36,6 +36,7 @@
typedef struct MediaCodecDecContext {
+ AVCodecContext *avctx;
atomic_int refcount;
char *codec_name;