summaryrefslogtreecommitdiff
path: root/libavcodec/qsvenc.h
diff options
context:
space:
mode:
authorZhong Li <zhong.li@intel.com>2018-08-08 22:42:47 +0800
committerZhong Li <zhong.li@intel.com>2018-08-22 15:26:35 +0800
commit900487043b6e531fe3edf8c8d38288ef915f6f25 (patch)
tree5f27ae7a761bfa2589e460a2def52856c4383910 /libavcodec/qsvenc.h
parent7e0df5910ec0f107cd0700d6b9359d29177f1933 (diff)
lavc/qsvenc: add quality status to side_data
Add fix a memory leak issue as James's comments. V2: use a local pict_type since coded_frame is deprecated. Signed-off-by: Zhong Li <zhong.li@intel.com>
Diffstat (limited to 'libavcodec/qsvenc.h')
-rw-r--r--libavcodec/qsvenc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/qsvenc.h b/libavcodec/qsvenc.h
index d1c8a0c998..bb175c5df8 100644
--- a/libavcodec/qsvenc.h
+++ b/libavcodec/qsvenc.h
@@ -103,8 +103,6 @@ typedef struct QSVEncContext {
int width_align;
int height_align;
- int sum_frame_qp;
-
mfxVideoParam param;
mfxFrameAllocRequest req;