changeset 32034:ccf4905a8ca6

Mark vf_info_t declaration for the fixpts filter as const.
author diego
date Thu, 09 Sep 2010 16:46:08 +0000
parents c42345605c7a
children bc01ea7a6322
files libmpcodecs/vf_fixpts.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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",