summaryrefslogtreecommitdiffstats
path: root/video/decode/lavc.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode/lavc.h')
-rw-r--r--video/decode/lavc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/decode/lavc.h b/video/decode/lavc.h
index df3f97ef87..4a9077de21 100644
--- a/video/decode/lavc.h
+++ b/video/decode/lavc.h
@@ -16,9 +16,6 @@ typedef struct ffmpeg_ctx {
int do_hw_dr1, do_dr1;
int vo_initialized;
int best_csp;
- int qp_stat[32];
- double qp_sum;
- double inv_qp_sum;
AVRational last_sample_aspect_ratio;
enum AVDiscard skip_frame;
AVCodec *software_fallback;