diff libvo/vo_yuv4mpeg.c @ 25216:3aee342be929

Make vo info structs const
author reimar
date Sun, 02 Dec 2007 14:06:03 +0000
parents a124f3abc1ec
children c9e9ac2008c2
line wrap: on
line diff
--- a/libvo/vo_yuv4mpeg.c	Sun Dec 02 13:53:03 2007 +0000
+++ b/libvo/vo_yuv4mpeg.c	Sun Dec 02 14:06:03 2007 +0000
@@ -45,7 +45,7 @@
 #include "libmpcodecs/vf_scale.h"
 #include "libavutil/rational.h"
 
-static vo_info_t info = 
+static const vo_info_t info = 
 {
 	"yuv4mpeg output for mjpegtools",
 	"yuv4mpeg",