]> git.sesse.net Git - vlc/blobdiff - include/input_ext-intf.h
* Fixed a variable overflow bug in the audio output.
[vlc] / include / input_ext-intf.h
index 063dc3b8bf2be862c44371dc2b79dc5bc883bf6f..5bf53a237ad65cd830301d4bac45d1156e9de6c3 100644 (file)
@@ -4,7 +4,7 @@
  * control the pace of reading. 
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: input_ext-intf.h,v 1.75 2002/08/07 00:29:36 sam Exp $
+ * $Id: input_ext-intf.h,v 1.76 2002/08/12 22:12:50 massiot Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
@@ -233,6 +233,9 @@ struct stream_descriptor_t
     /* Stream control */
     stream_ctrl_t           control;
 
+    /* Optional stream output */
+    sout_instance_t *       p_sout;
+
     /* Input info */
     input_info_category_t * p_info;