From f7f1f4c7ce9ce689823e13a53b694eb14cbbf6e7 Mon Sep 17 00:00:00 2001 From: gcocherel Date: Thu, 19 Jun 2014 11:21:38 +0200 Subject: avcodec/hevc_ps: remove min_cb_addr_zs (cherry picked from commit ff7926d5092f9d4158108963e977e8c992322ba4) Signed-off-by: Michael Niedermayer --- libavcodec/hevc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/hevc.h') 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; -- cgit v1.2.3