summaryrefslogtreecommitdiffstats
path: root/libass/ass_utils.h
diff options
context:
space:
mode:
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-07 18:26:51 +0000
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-07 18:26:51 +0000
commit3ac944f8a6bea86e713e3bc225f6ceebdc5ae362 (patch)
treec740fff4f1b4eb9348fb0f40e4aa706712b20c3f /libass/ass_utils.h
downloadlibass-3ac944f8a6bea86e713e3bc225f6ceebdc5ae362.tar.bz2
libass-3ac944f8a6bea86e713e3bc225f6ceebdc5ae362.tar.xz
Initial libass release (without mencoder support).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18942 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libass/ass_utils.h')
-rw-r--r--libass/ass_utils.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libass/ass_utils.h b/libass/ass_utils.h
new file mode 100644
index 00000000..b4c34e4f
--- /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
+