summaryrefslogtreecommitdiff
path: root/libavcodec/hevc_sei.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/hevc_sei.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/hevc_sei.h')
-rw-r--r--libavcodec/hevc_sei.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/hevc_sei.h b/libavcodec/hevc_sei.h
index 8daf2e3f2f..d290aaab53 100644
--- a/libavcodec/hevc_sei.h
+++ b/libavcodec/hevc_sei.h
@@ -23,8 +23,6 @@
#include <stdint.h>
-#include "libavutil/md5.h"
-
#include "get_bits.h"
/**
@@ -60,7 +58,6 @@ typedef enum {
} HEVC_SEI_Type;
typedef struct HEVCSEIPictureHash {
- struct AVMD5 *md5_ctx;
uint8_t md5[3][16];
uint8_t is_md5;
} HEVCSEIPictureHash;