# HG changeset patch # User eugeni # Date 1160771287 0 # Node ID acc196e4b3cc50c18e02831bc19054ea66e149b4 # Parent 08c72bfa73e30464dd02b1e4d749bd36a95c954d Fix typo in sub_delay external specification. Patch by Jindrich Makovicka diff -r 08c72bfa73e3 -r acc196e4b3cc libmpcodecs/vf_vo.c --- a/libmpcodecs/vf_vo.c Fri Oct 13 20:01:38 2006 +0000 +++ b/libmpcodecs/vf_vo.c Fri Oct 13 20:28:07 2006 +0000 @@ -19,7 +19,7 @@ //===========================================================================// extern int sub_visibility; -extern double sub_delay; +extern float sub_delay; typedef struct vf_vo_data_s { double pts;