diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-04-27 23:51:09 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-28 00:04:58 +0200 |
commit | 0e7444f6e400b16282f6349e3c53bcb72e6e2ad9 (patch) | |
tree | 2ae35e1ed2e9659ff56611ac9b705f7ce80944d1 /libavcodec/hevc.h | |
parent | 2879a4ecb9c31430dae75af79696ef4f94ce6b46 (diff) | |
download | ffmpeg-0e7444f6e400b16282f6349e3c53bcb72e6e2ad9.tar.gz |
avcodec/hevc: Remove current_sps
The variable should not be needed anymore
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r-- | libavcodec/hevc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h index a4f7594d2c..eecccb7f16 100644 --- a/libavcodec/hevc.h +++ b/libavcodec/hevc.h @@ -819,8 +819,6 @@ typedef struct HEVCContext { AVBufferRef *sps_list[MAX_SPS_COUNT]; AVBufferRef *pps_list[MAX_PPS_COUNT]; - AVBufferRef *current_sps; - AVBufferPool *tab_mvf_pool; AVBufferPool *rpl_tab_pool; |