mirror of https://github.com/mpv-player/mpv
Fix typo.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25992 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b8da7d2c5a
commit
2fdfd41cb5
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue