Fix typo.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25992 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2008-02-13 19:21:39 +00:00
parent b8da7d2c5a
commit 2fdfd41cb5
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ static int open(vf_instance_t *vf, char* args)
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",