summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-11 01:35:39 +0200
committerwm4 <wm4@nowhere>2014-06-11 01:36:11 +0200
commit14983eb37d5aea4db27f62b2d72293318387424f (patch)
treec4afa51b20bcaa52590c3162f46cd8fd51664aa5 /options/options.h
parenta7ed3610ca8f688a1be7d003df157163eebbf615 (diff)
downloadmpv-14983eb37d5aea4db27f62b2d72293318387424f.tar.bz2
mpv-14983eb37d5aea4db27f62b2d72293318387424f.tar.xz
vd_lavc: make option struct local
Removes specifics from options.h and options.c, and puts everything into vd_lavc.c.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/options/options.h b/options/options.h
index 6aed93f8c7..6bf7a2bf2b 100644
--- a/options/options.h
+++ b/options/options.h
@@ -259,17 +259,7 @@ typedef struct MPOpts {
struct demux_rawaudio_opts *demux_rawaudio;
struct demux_rawvideo_opts *demux_rawvideo;
- struct lavc_param {
- int fast;
- int show_all;
- char *skip_loop_filter_str;
- char *skip_idct_str;
- char *skip_frame_str;
- int threads;
- int bitexact;
- int check_hw_profile;
- char *avopt;
- } lavc_param;
+ struct vd_lavc_params *vd_lavc_params;
struct ad_lavc_param {
float ac3drc;