comparison libvo/vo_jpeg.c @ 25216:3aee342be929

Make vo info structs const
author reimar
date Sun, 02 Dec 2007 14:06:03 +0000
parents 3b78fa30a2b7
children c9e9ac2008c2
comparison
equal deleted inserted replaced
25215:5a4fad628819 25216:3aee342be929
57 57
58 /* ------------------------------------------------------------------------- */ 58 /* ------------------------------------------------------------------------- */
59 59
60 /* Info */ 60 /* Info */
61 61
62 static vo_info_t info= 62 static const vo_info_t info=
63 { 63 {
64 "JPEG file", 64 "JPEG file",
65 "jpeg", 65 "jpeg",
66 "Zoltan Ponekker (pontscho@makacs.poliod.hu)", 66 "Zoltan Ponekker (pontscho@makacs.poliod.hu)",
67 "" 67 ""