comparison libvo/vo_png.c @ 25216:3aee342be929

Make vo info structs const
author reimar
date Sun, 02 Dec 2007 14:06:03 +0000
parents fbcd9dcb0daf
children c9e9ac2008c2
comparison
equal deleted inserted replaced
25215:5a4fad628819 25216:3aee342be929
20 #include "help_mp.h" 20 #include "help_mp.h"
21 #include "video_out.h" 21 #include "video_out.h"
22 #include "video_out_internal.h" 22 #include "video_out_internal.h"
23 #include "subopt-helper.h" 23 #include "subopt-helper.h"
24 24
25 static vo_info_t info = 25 static const vo_info_t info =
26 { 26 {
27 "PNG file", 27 "PNG file",
28 "png", 28 "png",
29 "Felix Buenemann <atmosfear@users.sourceforge.net>", 29 "Felix Buenemann <atmosfear@users.sourceforge.net>",
30 "" 30 ""