diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2004-07-14 18:51:29 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2004-07-14 18:51:29 +0000 |
commit | 3203837244ab96fe3c251a383e5fe4d352e8b3cc (patch) | |
tree | 36c905466ef5e2365b668ca083d0f564939f1f3b /src/xine-utils/xineutils.h | |
parent | 29014de12ca600c80a43d835a3e74d099f746acf (diff) | |
download | xine-lib-3203837244ab96fe3c251a383e5fe4d352e8b3cc.tar.gz xine-lib-3203837244ab96fe3c251a383e5fe4d352e8b3cc.tar.bz2 |
- Use Windows encoding for the external subtitles, guessed according to current locale.
- Add "-" into encoding names.
- Fix a typo.
CVS patchset: 6793
CVS date: 2004/07/14 18:51:29
Diffstat (limited to 'src/xine-utils/xineutils.h')
-rw-r--r-- | src/xine-utils/xineutils.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index 76180a8f4..91d02d480 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xineutils.h,v 1.88 2004/06/14 16:36:40 mroi Exp $ + * $Id: xineutils.h,v 1.89 2004/07/14 18:51:29 valtri Exp $ * */ #ifndef XINEUTILS_H @@ -1094,6 +1094,11 @@ void xine_list_delete_current (xine_list_t *l); */ char *xine_get_system_encoding(void); +/* + * guess default encoding for the subtitles + */ +const char *xine_guess_spu_encoding(void); + /** * get base name */ |