From e15ae9a60043d8d9c1b110607c5059f13ca86421 Mon Sep 17 00:00:00 2001 From: eugeni Date: Fri, 7 Jul 2006 18:26:51 +0000 Subject: Initial libass release (without mencoder support). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18942 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libass/ass_utils.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libass/ass_utils.h (limited to 'libass/ass_utils.h') diff --git a/libass/ass_utils.h b/libass/ass_utils.h new file mode 100644 index 0000000000..b4c34e4fd8 --- /dev/null +++ b/libass/ass_utils.h @@ -0,0 +1,9 @@ +#ifndef __ASS_UTILS_H__ +#define __ASS_UTILS_H__ + +int mystrtoi(char** p, int base, int* res); +int mystrtou32(char** p, int base, uint32_t* res); +int mystrtod(char** p, double* res); +int strtocolor(char** q, uint32_t* res); +#endif + -- cgit v1.2.3