From 00d6bb12b9c499db81d2e2599fcbc63424d833d3 Mon Sep 17 00:00:00 2001 From: eugeni Date: Fri, 27 Feb 2009 23:06:47 +0000 Subject: Support fractional arguments for some override tags. Done by parsing all integers as doubles first and then converting them to the nearest integer. Patch by Grigori G (greg chown ath cx). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28752 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libass/ass_utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libass/ass_utils.h') diff --git a/libass/ass_utils.h b/libass/ass_utils.h index d7501c485d..fb751ffd20 100644 --- a/libass/ass_utils.h +++ b/libass/ass_utils.h @@ -26,6 +26,7 @@ #include int mystrtoi(char** p, int base, int* res); +int mystrtoll(char** p, int base, long long* res); int mystrtou32(char** p, int base, uint32_t* res); int mystrtod(char** p, double* res); int strtocolor(char** q, uint32_t* res); -- cgit v1.2.3