summaryrefslogtreecommitdiff
path: root/libavcodec/hevcdec.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-31 12:48:36 -0300
committerJames Almer <jamrial@gmail.com>2017-10-31 12:48:36 -0300
commitb1ab02895b121b92dc3483c79e45eb5ea686f3aa (patch)
treeebe6ebff88f8a4cce653cce696868fc9a6b6965b /libavcodec/hevcdec.h
parent9e2b0f32e905cc51d5e559aa4f80970e55438049 (diff)
parentc3f0357bdf7d3c542aad2c58b94184b9f56edc41 (diff)
Merge commit 'c3f0357bdf7d3c542aad2c58b94184b9f56edc41'
* commit 'c3f0357bdf7d3c542aad2c58b94184b9f56edc41': hevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContext Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/hevcdec.h')
-rw-r--r--libavcodec/hevcdec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/hevcdec.h b/libavcodec/hevcdec.h
index 1bfdaef73f..ef918f4fb2 100644
--- a/libavcodec/hevcdec.h
+++ b/libavcodec/hevcdec.h
@@ -26,6 +26,7 @@
#include <stdatomic.h>
#include "libavutil/buffer.h"
+#include "libavutil/md5.h"
#include "avcodec.h"
#include "bswapdsp.h"
@@ -406,6 +407,7 @@ typedef struct HEVCContext {
HEVCParamSets ps;
HEVCSEI sei;
+ struct AVMD5 *md5_ctx;
AVBufferPool *tab_mvf_pool;
AVBufferPool *rpl_tab_pool;