diff 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
line wrap: on
line diff
--- a/libmpcodecs/vd_theora.c	Fri Feb 12 14:25:25 2010 +0000
+++ b/libmpcodecs/vd_theora.c	Fri Feb 12 16:29:34 2010 +0000
@@ -27,7 +27,7 @@
 
 #include "vd_internal.h"
 
-static vd_info_t info = {
+static const vd_info_t info = {
    "Theora/VP3",
    "theora",
    "David Kuehling",