comparison libmpcodecs/vd_theora.c @ 30504:cc27da5d7286

Mark all ad_info_t/vd_info_t structure declarations as const.
author diego
date Fri, 12 Feb 2010 16:29:34 +0000
parents bbb6ebec87a0
children 9c07a0af62d8
comparison
equal deleted inserted replaced
30503:53be04353b90 30504:cc27da5d7286
25 #include "mp_msg.h" 25 #include "mp_msg.h"
26 #include "help_mp.h" 26 #include "help_mp.h"
27 27
28 #include "vd_internal.h" 28 #include "vd_internal.h"
29 29
30 static vd_info_t info = { 30 static const vd_info_t info = {
31 "Theora/VP3", 31 "Theora/VP3",
32 "theora", 32 "theora",
33 "David Kuehling", 33 "David Kuehling",
34 "www.theora.org", 34 "www.theora.org",
35 "Theora project's VP3 codec" 35 "Theora project's VP3 codec"