diff libmpcodecs/vf_divtc.c @ 25221:00fff9a3b735

Make all vf_info_t structs const
author reimar
date Sun, 02 Dec 2007 14:57:15 +0000
parents ba7da0656d80
children 88dfab272467
line wrap: on
line diff
--- a/libmpcodecs/vf_divtc.c	Sun Dec 02 14:39:15 2007 +0000
+++ b/libmpcodecs/vf_divtc.c	Sun Dec 02 14:57:15 2007 +0000
@@ -16,7 +16,7 @@
 
 #include "libvo/fastmemcpy.h"
 
-vf_info_t vf_info_divtc;
+const vf_info_t vf_info_divtc;
 
 struct vf_priv_s
    {
@@ -692,7 +692,7 @@
    return 1;
    }
 
-vf_info_t vf_info_divtc =
+const vf_info_t vf_info_divtc =
    {
    "inverse telecine for deinterlaced video",
    "divtc",