From 14983eb37d5aea4db27f62b2d72293318387424f Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 11 Jun 2014 01:35:39 +0200 Subject: vd_lavc: make option struct local Removes specifics from options.h and options.c, and puts everything into vd_lavc.c. --- options/options.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'options/options.h') 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; -- cgit v1.2.3