changeset 20197:acc196e4b3cc

Fix typo in sub_delay external specification. Patch by Jindrich Makovicka <makovick a gmail d com>
author eugeni
date Fri, 13 Oct 2006 20:28:07 +0000
parents 08c72bfa73e3
children ab5a74fffba9
files libmpcodecs/vf_vo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;