]> git.sesse.net Git - vlc/blobdiff - include/input_ext-intf.h
* added functions in inputs to change the current program (most of
[vlc] / include / input_ext-intf.h
index d91ca0c10a14582e9ab1ce10c8c2eb0b94ebe8b9..24692eddbd9e9e07597e3a757cfee618008a5da9 100644 (file)
@@ -4,7 +4,7 @@
  * control the pace of reading. 
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: input_ext-intf.h,v 1.50 2001/12/05 03:31:04 jobi Exp $
+ * $Id: input_ext-intf.h,v 1.51 2001/12/07 16:47:47 jobi Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
@@ -275,6 +275,8 @@ typedef struct input_thread_s
     void                 (* pf_delete_pes)( void *, struct pes_packet_s * );
 
     /* Stream control capabilities */
+    int                  (* pf_set_program)( struct input_thread_s *,
+                                             struct pgrm_descriptor_s * );
     int                  (* pf_set_area)( struct input_thread_s *,
                                           struct input_area_s * );
     int                  (* pf_rewind)( struct input_thread_s * );