diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-07-27 08:17:29 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-07-28 08:03:53 +0000 |
commit | e36a2f4c5280e2779b0e88974295a711cf8d88be (patch) | |
tree | e4aa6a3b0d1ea5b95f7438581ec9a218f4b26c66 /libavcodec/hevc.h | |
parent | 4b169321b84502302f2badb056ebee4fdaea94fa (diff) | |
download | ffmpeg-e36a2f4c5280e2779b0e88974295a711cf8d88be.tar.gz |
hevc: eliminate an unnecessary array
We do not need to store the value of the split flag.
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r-- | libavcodec/hevc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h index 978681b586..e8f8f1a550 100644 --- a/libavcodec/hevc.h +++ b/libavcodec/hevc.h @@ -806,7 +806,6 @@ typedef struct HEVCContext { VideoDSPContext vdsp; BswapDSPContext bdsp; int8_t *qp_y_tab; - uint8_t *split_cu_flag; uint8_t *horizontal_bs; uint8_t *vertical_bs; |