From cb3292b17d3971e12e2a2f04e875611e640f6379 Mon Sep 17 00:00:00 2001 From: eugeni Date: Fri, 13 Oct 2006 20:28:07 +0000 Subject: Fix typo in sub_delay external specification. Patch by Jindrich Makovicka git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20203 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vf_vo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpcodecs/vf_vo.c b/libmpcodecs/vf_vo.c index c27eb0ad67..7ef32e40a1 100644 --- a/libmpcodecs/vf_vo.c +++ b/libmpcodecs/vf_vo.c @@ -19,7 +19,7 @@ extern ass_track_t* ass_track; //===========================================================================// extern int sub_visibility; -extern double sub_delay; +extern float sub_delay; typedef struct vf_vo_data_s { double pts; -- cgit v1.2.3