summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-07-28 13:09:00 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-07-28 13:09:28 +0200
commit0a1ffc57882c467b6573b23f1d206aa87caf0025 (patch)
tree9be8c65fbfad9f722294d77fe6f4ad34bdd19081 /libavcodec/hevc.h
parent2fb8aa9b10fcb5f342398a9dcea69fe8ed33db39 (diff)
parent0daa2554636ba1d31f3162ffb86991e84eb938a8 (diff)
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.h3
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 {