diff cfg-common.h @ 31457:6e8f3cbab5f4

Move video decoder option array extern declarations to vd.h.
author diego
date Mon, 21 Jun 2010 17:10:07 +0000
parents b109d4fd7f3f
children 0efed9cafbb4
line wrap: on
line diff
--- a/cfg-common.h	Mon Jun 21 17:09:14 2010 +0000
+++ b/cfg-common.h	Mon Jun 21 17:10:07 2010 +0000
@@ -291,9 +291,6 @@
 
 };
 
-extern const m_option_t lavc_decode_opts_conf[];
-extern const m_option_t xvid_dec_opts[];
-
 const m_option_t common_opts[] = {
 // ------------------------- common options --------------------
     {"quiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},