From 3efbc894b064d36cd71875e00c906c3db089cd57 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 2 Jun 2002 12:48:55 +0000 Subject: workaround bugs & error resilience ffmpeg decoder options git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6266 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index 6d6148323b..5a28a65c45 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -125,6 +125,9 @@ {"flip", &flip, CONF_TYPE_FLAG, 0, -1, 1, NULL}, {"noflip", &flip, CONF_TYPE_FLAG, 0, -1, 0, NULL}, +#ifdef USE_LIBAVCODEC + {"lavdopts", lavc_decode_opts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, +#endif // ------------------------- subtitles options -------------------- #ifdef USE_SUB @@ -236,4 +239,8 @@ struct config mfopts_conf[]={ extern char** vo_plugin_args; +#ifdef USE_LIBAVCODEC +extern struct config lavc_decode_opts_conf[]; +#endif + #endif -- cgit v1.2.3