]> git.sesse.net Git - vlc/blobdiff - include/main.h
* Borrowed MPlayer's fast memcpy() routines. Best is autodetected, choose
[vlc] / include / main.h
index bca8c2c3f45825766f3e6a9e8ce97818d5e04589..4451efd1e6c13bae7c667685edf8692fc79d0e0c 100644 (file)
@@ -3,7 +3,7 @@
  * Declaration and extern access to global program object.
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: main.h,v 1.22 2001/10/01 16:18:48 massiot Exp $
+ * $Id: main.h,v 1.23 2001/12/03 16:18:37 sam Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *
@@ -50,6 +50,9 @@ typedef struct main_s
     boolean_t              b_video;             /* is video output allowed ? */
     boolean_t              b_ac3;
 
+    /* memcpy plugin used */
+    struct module_s *      p_memcpy_module;
+
     /* Unique threads */
     p_intf_thread_t        p_intf;                  /* main interface thread */