diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-07-28 13:09:00 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-28 13:09:28 +0200 |
commit | 0a1ffc57882c467b6573b23f1d206aa87caf0025 (patch) | |
tree | 9be8c65fbfad9f722294d77fe6f4ad34bdd19081 /libavcodec/hevc.h | |
parent | 2fb8aa9b10fcb5f342398a9dcea69fe8ed33db39 (diff) | |
parent | 0daa2554636ba1d31f3162ffb86991e84eb938a8 (diff) | |
download | ffmpeg-0a1ffc57882c467b6573b23f1d206aa87caf0025.tar.gz |
Merge commit '0daa2554636ba1d31f3162ffb86991e84eb938a8'
* commit '0daa2554636ba1d31f3162ffb86991e84eb938a8':
hevc: do not store the transform inter_split flag in the context
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r-- | libavcodec/hevc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h index cd38c461e6..d2a732d620 100644 --- a/libavcodec/hevc.h +++ b/libavcodec/hevc.h @@ -685,9 +685,6 @@ typedef struct PredictionUnit { typedef struct TransformTree { uint8_t cbf_luma; - - // Inferred parameters - uint8_t inter_split_flag; } TransformTree; typedef struct TransformUnit { |