diff options
author | James Almer <jamrial@gmail.com> | 2017-10-31 12:48:36 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-10-31 12:48:36 -0300 |
commit | b1ab02895b121b92dc3483c79e45eb5ea686f3aa (patch) | |
tree | ebe6ebff88f8a4cce653cce696868fc9a6b6965b /libavcodec/hevc_sei.h | |
parent | 9e2b0f32e905cc51d5e559aa4f80970e55438049 (diff) | |
parent | c3f0357bdf7d3c542aad2c58b94184b9f56edc41 (diff) | |
download | ffmpeg-b1ab02895b121b92dc3483c79e45eb5ea686f3aa.tar.gz |
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.h | 3 |
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; |