0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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

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",