]> git.sesse.net Git - vlc/commitdiff
Privatize input_SplitMRL()
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 25 Sep 2011 12:56:07 +0000 (15:56 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 25 Sep 2011 12:56:07 +0000 (15:56 +0300)
include/vlc_input.h
src/input/input_internal.h
src/libvlccore.sym

index e30bbbb26dba45852b16f6b9b3a65f9cb90f355a..428df836e142806663890a209b145f508c0b750b 100644 (file)
@@ -643,15 +643,6 @@ VLC_API decoder_t * input_DecoderCreate( vlc_object_t *, es_format_t *, input_re
 VLC_API void input_DecoderDelete( decoder_t * );
 VLC_API void input_DecoderDecode( decoder_t *, block_t *, bool b_do_pace );
 
-/**
- * This function allows to split a MRL into access, demux and path part.
- *
- *  You should not write into access and demux string as they may not point into
- * the provided buffer.
- *  The buffer provided by psz_dup will be modified.
- */
-VLC_API void input_SplitMRL( const char **ppsz_access, const char **ppsz_demux, char **ppsz_path, char *psz_dup );
-
 /**
  * This function creates a sane filename path.
  */
index fc787cd3ac961b5ca2d707cdf54e8f52e8b09954..ab5b7846f33c278d6fb03c523a69b9b5b1f1bd75 100644 (file)
@@ -243,4 +243,7 @@ void input_ConfigVarInit ( input_thread_t * );
 char **subtitles_Detect( input_thread_t *, char* path, const char *fname );
 int subtitles_Filter( const char *);
 
+/* input.c */
+void input_SplitMRL( const char **, const char **, char **, char * );
+
 #endif
index 672bb53f2ae2f1c17e47f9e794251c93cb9c3557..b8b058f343ec3257d5ee551925fe83c1f2e46364 100644 (file)
@@ -227,7 +227,6 @@ input_resource_New
 input_resource_Release
 input_resource_TerminateVout
 input_resource_Terminate
-input_SplitMRL
 input_Start
 input_Stop
 input_vaControl