diff mp_core.h @ 25264:42aa06653705

When auto loading subs, log warning instead of error for load failure.
author ulion
date Tue, 04 Dec 2007 12:34:44 +0000
parents e82ecde2cbd4
children 6ac1ece1f9fe
line wrap: on
line diff
--- a/mp_core.h	Tue Dec 04 10:42:59 2007 +0000
+++ b/mp_core.h	Tue Dec 04 12:34:44 2007 +0000
@@ -125,5 +125,5 @@
 			 ao_functions_t *audio_out);
 void exit_player_with_rc(const char* how, int rc);
 void rm_osd_msg(int id);
-void add_subtitles(char *filename, float fps, int silent);
+void add_subtitles(char *filename, float fps, int noerr);
 int reinit_video_chain(void);