avcodec/hevc_ps: remove min_cb_addr_zs

(cherry picked from commit ff7926d5092f9d4158108963e977e8c992322ba4)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
gcocherel
2014-06-19 11:21:38 +02:00
committed by Michael Niedermayer
parent fd504f7c6f
commit f7f1f4c7ce
2 changed files with 1 additions and 19 deletions

View File

@@ -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;