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. --- core/options.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core') diff --git a/core/options.h b/core/options.h index 047c027a41..6edbb79ac8 100644 --- a/core/options.h +++ b/core/options.h @@ -135,7 +135,6 @@ typedef struct MPOpts { int error_resilience; int error_concealment; int gray; - int vstats; int idct_algo; int debug; int vismv; -- cgit v1.2.3