[Mplayer-cvslog] CVS: main cfg-common.h,1.42,1.43
Michael Niedermayer
michael at mplayerhq.hu
Sun Jun 2 14:48:57 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv3583
Modified Files:
cfg-common.h
Log Message:
workaround bugs & error resilience ffmpeg decoder options
Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- cfg-common.h 4 May 2002 21:26:45 -0000 1.42
+++ cfg-common.h 2 Jun 2002 12:48:55 -0000 1.43
@@ -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
@@ -235,5 +238,9 @@
};
extern char** vo_plugin_args;
+
+#ifdef USE_LIBAVCODEC
+extern struct config lavc_decode_opts_conf[];
+#endif
#endif
More information about the MPlayer-cvslog
mailing list