comparison 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
comparison
equal deleted inserted replaced
25215:5a4fad628819 25216:3aee342be929
43 #include "libswscale/swscale.h" 43 #include "libswscale/swscale.h"
44 #include "libswscale/rgb2rgb.h" 44 #include "libswscale/rgb2rgb.h"
45 #include "libmpcodecs/vf_scale.h" 45 #include "libmpcodecs/vf_scale.h"
46 #include "libavutil/rational.h" 46 #include "libavutil/rational.h"
47 47
48 static vo_info_t info = 48 static const vo_info_t info =
49 { 49 {
50 "yuv4mpeg output for mjpegtools", 50 "yuv4mpeg output for mjpegtools",
51 "yuv4mpeg", 51 "yuv4mpeg",
52 "Robert Kesterson <robertk@robertk.com>", 52 "Robert Kesterson <robertk@robertk.com>",
53 "" 53 ""