Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhong Li <zhong.li@intel.com>2019-08-13 09:11:10 +0300
committerZhong Li <zhong.li@intel.com>2019-08-20 08:34:03 +0300
commit0dfcfc5096d76e30a4ef688fc5b2402cf81f3190 (patch)
tree27b91623ab9893f8d559997e8228238828ac4a8e /libavcodec/qsvdec.h
parent00d0a4aa9eda8553113e51556123c46648a5f31b (diff)
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.h3
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;