1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00

const fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24999 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2007-11-09 12:52:50 +00:00
parent 6ae8dd0e1d
commit ca60f3fe0f

View File

@ -286,7 +286,7 @@ static int open(vf_instance_t *vf, char* args)
return 1;
}
vf_info_t vf_info_pullup = {
const vf_info_t vf_info_pullup = {
"pullup (from field sequence to frames)",
"pullup",
"Rich Felker",