diff options
author | Zhong Li <zhong.li@intel.com> | 2019-08-13 14:11:10 +0800 |
---|---|---|
committer | Zhong Li <zhong.li@intel.com> | 2019-08-20 13:34:03 +0800 |
commit | 0dfcfc5096d76e30a4ef688fc5b2402cf81f3190 (patch) | |
tree | 27b91623ab9893f8d559997e8228238828ac4a8e /libavcodec/qsvdec.h | |
parent | 00d0a4aa9eda8553113e51556123c46648a5f31b (diff) | |
download | ffmpeg-0dfcfc5096d76e30a4ef688fc5b2402cf81f3190.tar.gz |
lavc/qsvdec: remove orignal parser code since not needed now
Signed-off-by: Zhong Li <zhong.li@intel.com>
Diffstat (limited to 'libavcodec/qsvdec.h')
-rw-r--r-- | libavcodec/qsvdec.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/qsvdec.h b/libavcodec/qsvdec.h index 4812fb2a6b..c057bc6722 100644 --- a/libavcodec/qsvdec.h +++ b/libavcodec/qsvdec.h @@ -56,9 +56,6 @@ typedef struct QSVContext { int buffered_count; int reinit_flag; - // the internal parser and codec context for parsing the data - AVCodecParserContext *parser; - AVCodecContext *avctx_internal; enum AVPixelFormat orig_pix_fmt; uint32_t fourcc; mfxFrameInfo frame_info; |