diff options
author | agalin89 <[email protected]> | 2020-03-05 20:54:16 +0000 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2020-06-02 16:41:39 -0400 |
commit | d768aedddb21e78571af15bd47df86893ddf8912 (patch) | |
tree | 9c0c22f3acc9152f6e6d1f96945100ba0842dd2c /libhb/handbrake | |
parent | d97f7c38e9fd8016410a2093311ac44468c6ec95 (diff) |
qsv: decrease memory footprint
(cherry picked from commit bd6cd008363cdc39837a21fa11611d816beb9b78)
Diffstat (limited to 'libhb/handbrake')
-rw-r--r-- | libhb/handbrake/qsv_common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libhb/handbrake/qsv_common.h b/libhb/handbrake/qsv_common.h index 6e0e147ba..a2be7555e 100644 --- a/libhb/handbrake/qsv_common.h +++ b/libhb/handbrake/qsv_common.h @@ -231,7 +231,6 @@ typedef struct QSVFrame { typedef struct EncQSVFramesContext { AVBufferRef *hw_frames_ctx; - AVBufferRef *hw_frames_ctx2; //void *logctx; /* The memory ids for the external frames. @@ -239,12 +238,9 @@ typedef struct EncQSVFramesContext { * (i.e. by the encoder/decoder) and another one given to the MFX session * from the frame allocator. */ AVBufferRef *mids_buf; - AVBufferRef *mids_buf2; QSVMid *mids; - QSVMid *mids2; int nb_mids; int pool[HB_POOL_SURFACE_SIZE]; - int pool2[HB_POOL_SURFACE_SIZE]; void *input_texture; } EncQSVFramesContext; |