summaryrefslogtreecommitdiffstats
path: root/core/options.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 /core/options.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 'core/options.h')
-rw-r--r--core/options.h1
1 files changed, 0 insertions, 1 deletions
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;