]> git.sesse.net Git - vlc/blobdiff - src/input/input_internal.h
* proof of concept of drag & dropping a subtitle file while playing a video file...
[vlc] / src / input / input_internal.h
index e6e51e85809ee51ef908d8d9c9de87d3b06afdbb..d1592fc07db1fcfb3424a6584983e42a4de971ef 100644 (file)
@@ -152,6 +152,8 @@ mtime_t input_ClockGetTS( input_thread_t *, input_clock_t *, mtime_t );
 
 /* Subtitles */
 char **subtitles_Detect( input_thread_t *, char* path, char *fname );
+int subtitles_Filter( const char *);
+
 void MRLSplit( vlc_object_t *, char *, char **, char **, char ** );
 
 #endif