# HG changeset patch # User diego # Date 1284050768 0 # Node ID ccf4905a8ca63039ad8d56b6ff0b144aa7107eb5 # Parent c42345605c7a5fe7991fe8022ba9337660b93b67 Mark vf_info_t declaration for the fixpts filter as const. diff -r c42345605c7a -r ccf4905a8ca6 libmpcodecs/vf_fixpts.c --- a/libmpcodecs/vf_fixpts.c Thu Sep 09 16:38:11 2010 +0000 +++ b/libmpcodecs/vf_fixpts.c Thu Sep 09 16:46:08 2010 +0000 @@ -127,7 +127,7 @@ return 1; } -vf_info_t vf_info_fixpts = { +const vf_info_t vf_info_fixpts = { "Fix presentation timestamps", "fixpts", "Nicolas George",