summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
authorgcocherel <gildas.cocherel@laposte.net>2014-06-19 11:21:38 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-06-24 13:06:42 +0200
commitf7f1f4c7ce9ce689823e13a53b694eb14cbbf6e7 (patch)
treed4e0e3c3b2cdff84025f857788d5b6ae0b62eec0 /libavcodec/hevc.h
parentfd504f7c6fb877301ec3b81e4b4a36c4047de0f4 (diff)
avcodec/hevc_ps: remove min_cb_addr_zs
(cherry picked from commit ff7926d5092f9d4158108963e977e8c992322ba4) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 cc02806b17..2c671926f9 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -531,7 +531,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;