vf_fixpts: Mark vf_info_t declaration const

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32118 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-09-09 16:46:08 +00:00 committed by Uoti Urpala
parent b87c4e15b8
commit 9b00269483
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ static int open(vf_instance_t *vf, char *args)
return 1;
}
vf_info_t vf_info_fixpts = {
const vf_info_t vf_info_fixpts = {
"Fix presentation timestamps",
"fixpts",
"Nicolas George",