summaryrefslogtreecommitdiffstats
path: root/video/decode/lavc.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-01-13 23:05:48 +0100
committerwm4 <wm4@nowhere>2013-01-13 23:30:12 +0100
commit40567656435a8d967ee9b55e7b1ba12d32d77734 (patch)
tree376ca9096f7f8ee906b3cdb3fd38875273dab115 /video/decode/lavc.h
parent8e172afc8f11e16673154e8c6bf013046c3bd043 (diff)
downloadmpv-40567656435a8d967ee9b55e7b1ba12d32d77734.tar.bz2
mpv-40567656435a8d967ee9b55e7b1ba12d32d77734.tar.xz
vd_lavc: remove -lavdopts vstats suboption
This printed per-frame statistics into a file, like bitrate or frame type. Not very useful and accesses obscure AVCodecContext fields (danger of deprecation/breakage), so get rid of it.
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;