]> git.sesse.net Git - vlc/blobdiff - include/input_ext-intf.h
Removed some dead wood.
[vlc] / include / input_ext-intf.h
index 68a979a1c63de61d5b680e38ae226a80dc7e06a9..95bca3c99633a85e3d0977192965d057fa2428ee 100644 (file)
@@ -4,7 +4,7 @@
  * control the pace of reading.
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2003 VideoLAN
- * $Id: input_ext-intf.h,v 1.104 2004/01/26 23:07:16 fenrir Exp $
+ * $Id$
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
@@ -297,6 +297,7 @@ struct input_thread_t
 
     /* Thread properties */
     vlc_bool_t              b_eof;
+    vlc_bool_t              b_out_pace_control;
 
     /* Access module */
     module_t *       p_access;