]> git.sesse.net Git - vlc/blobdiff - include/vlc_input_item.h
input_item: new input_item_Copy()
[vlc] / include / vlc_input_item.h
index d4858c9180d61ea977aef66111fa0d5ab1e1e8f9..3ad41a69882489a3eeff4733dca497987aa9cad0 100644 (file)
@@ -263,6 +263,12 @@ VLC_EXPORT( input_item_t *, input_item_NewExt, (vlc_object_t *, const char *psz_
  */
 #define input_item_New( a,b,c ) input_item_NewExt( a, b, c, 0, NULL, 0, -1 )
 
+/**
+ * This function creates a new input_item_t as a copy of another.
+ */
+VLC_EXPORT( input_item_t *, input_item_Copy, (vlc_object_t *, input_item_t * ) );
+
+
 /******************
  * Input stats
  ******************/