summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
authorGildas Cocherel <gildas.cocherel@laposte.net>2014-06-25 21:08:12 +0200
committerAnton Khirnov <anton@khirnov.net>2014-06-26 15:51:54 +0200
commita0e1c3517a656dd32293f054a339e0ac73328138 (patch)
tree0eae94618d1e19017dfc7f9b4ddbcb5201becf2d /libavcodec/hevc.h
parent9b60d9197970658e91daf4b586397f450de9af69 (diff)
hevc: remove unused array min_cb_addr_zs
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r--libavcodec/hevc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index 959cd58d18..4b8bcf8614 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -523,7 +523,6 @@ typedef struct HEVCPPS {
int *ctb_addr_ts_to_rs; ///< CtbAddrTSToRS
int *tile_id; ///< TileId
int *tile_pos_rs; ///< TilePosRS
- int *min_cb_addr_zs; ///< MinCbAddrZS
int *min_tb_addr_zs; ///< MinTbAddrZS
} HEVCPPS;