From 40567656435a8d967ee9b55e7b1ba12d32d77734 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 13 Jan 2013 23:05:48 +0100 Subject: 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. --- video/decode/lavc.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'video/decode/lavc.h') 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; -- cgit v1.2.3