summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
authorulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-04 12:34:44 +0000
committerulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-04 12:34:44 +0000
commitd2ace632c68224382f9c37d1ac482c3719f2d13f (patch)
tree7bf06aedcd5b4cb4e379008f29066b3fdc2390f1 /mp_core.h
parenta986e2a1f68b1145d51f9b63c70cd0df9731e950 (diff)
downloadmpv-d2ace632c68224382f9c37d1ac482c3719f2d13f.tar.bz2
mpv-d2ace632c68224382f9c37d1ac482c3719f2d13f.tar.xz
When auto loading subs, log warning instead of error for load failure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25292 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp_core.h b/mp_core.h
index 277c37f2aa..9efa0fc1cd 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -125,5 +125,5 @@ double playing_audio_pts(sh_audio_t *sh_audio, demux_stream_t *d_audio,
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);