diff options
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 */ |