diff libmpcodecs/dec_video.c @ 30692:3774cf3c7df3

Add const to mpvdec declaration
author reimar
date Thu, 25 Feb 2010 22:23:58 +0000
parents bbb6ebec87a0
children fe3b2b2a085f
line wrap: on
line diff
--- a/libmpcodecs/dec_video.c	Thu Feb 25 22:19:32 2010 +0000
+++ b/libmpcodecs/dec_video.c	Thu Feb 25 22:23:58 2010 +0000
@@ -57,7 +57,7 @@
 
 int divx_quality=0;
 
-vd_functions_t* mpvdec=NULL;
+const vd_functions_t* mpvdec=NULL;
 
 int get_video_quality_max(sh_video_t *sh_video){
   vf_instance_t* vf=sh_video->vfilter;