summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-01-13 22:52:20 +0100
committerwm4 <wm4@nowhere>2013-01-13 23:29:30 +0100
commit8e172afc8f11e16673154e8c6bf013046c3bd043 (patch)
tree33ccd9c4da43d56aea29937ceef185e196ab12f1 /core
parentaaa27ead86b907a52e5e1e2856f61d18d16f077c (diff)
downloadmpv-8e172afc8f11e16673154e8c6bf013046c3bd043.tar.bz2
mpv-8e172afc8f11e16673154e8c6bf013046c3bd043.tar.xz
vd_lavc: remove lowres decoding
This was a "broken misfeature" according to Libav developers. It wasn't implemented for modern codecs (like h264), and has been removed from Libav a while ago (the AVCodecContext field has been marked as deprecated and its value is ignored). FFmpeg still supports it, but isn't much useful due to aforementioned reasons. Remove the code to enable it.
Diffstat (limited to 'core')
-rw-r--r--core/options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/options.h b/core/options.h
index 5e9fff1c27..047c027a41 100644
--- a/core/options.h
+++ b/core/options.h
@@ -142,7 +142,6 @@ typedef struct MPOpts {
int skip_top;
int skip_bottom;
int fast;
- char *lowres_str;
char *skip_loop_filter_str;
char *skip_idct_str;
char *skip_frame_str;