From 3fa6f2d3e1814783db8cc5574136b89facd78ebc Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Thu, 24 Apr 2008 03:59:21 +0300 Subject: Move -lavdopts to options struct --- options.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'options.h') diff --git a/options.h b/options.h index be99869e71..7b46ab15e6 100644 --- a/options.h +++ b/options.h @@ -16,6 +16,25 @@ typedef struct MPOpts { int video_id; int sub_id; float playback_speed; + struct lavc_param { + int workaround_bugs; + int error_resilience; + int error_concealment; + int gray; + int vstats; + int idct_algo; + int debug; + int vismv; + int skip_top; + int skip_bottom; + int fast; + char *lowres_str; + char *skip_loop_filter_str; + char *skip_idct_str; + char *skip_frame_str; + int threads; + int bitexact; + } lavc_param; } MPOpts; #endif -- cgit v1.2.3