changeset 25960:5804605d4341

Fix typo.
author cehoyos
date Wed, 13 Feb 2008 19:21:39 +0000
parents f736f823d87b
children 354ad909efcf
files libmpcodecs/vf_pullup.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_pullup.c	Wed Feb 13 09:07:41 2008 +0000
+++ b/libmpcodecs/vf_pullup.c	Wed Feb 13 19:21:39 2008 +0000
@@ -286,7 +286,7 @@
 	return 1;
 }
 
-const const vf_info_t vf_info_pullup = {
+const vf_info_t vf_info_pullup = {
     "pullup (from field sequence to frames)",
     "pullup",
     "Rich Felker",