summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-26 09:57:09 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-26 09:57:09 +0000
commit333436a8aa5c3f6038a0ce46ea66f7fa4f512ac0 (patch)
tree5f184a98fa4f25af96ef0eed550f810f0df94b39 /mp_msg.h
parentb74e51f49ce31afe00dc292a94d683d944d27cd2 (diff)
downloadmpv-333436a8aa5c3f6038a0ce46ea66f7fa4f512ac0.tar.bz2
mpv-333436a8aa5c3f6038a0ce46ea66f7fa4f512ac0.tar.xz
filename double-conversion, especially usefull for CJK users :-)
Patch by Zuxy Meng <zuxy.meng@gmail.com> date: Oct 25, 2006 2:20 AM subject: [MPlayer-dev-eng] [PATCH] Filename double-conversion git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22020 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mp_msg.h b/mp_msg.h
index b7c977ce62..c9f971238d 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -132,6 +132,7 @@ void mp_msg(int mod, int lev, const char *format, ... );
# endif
#endif
+const char* filename_recode(const char* filename);
#endif
#endif