changeset 6373:e56b22861426 libavcodec

Missing const
author reimar
date Tue, 19 Feb 2008 21:37:53 +0000
parents 48a6bbc1c633
children 3356be010cfe
files ratecontrol.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ratecontrol.c	Tue Feb 19 15:55:14 2008 +0000
+++ b/ratecontrol.c	Tue Feb 19 21:37:53 2008 +0000
@@ -66,7 +66,7 @@
 {
     RateControlContext *rcc= &s->rc_context;
     int i;
-    char *error = NULL;
+    const char *error = NULL;
     static const char *const_names[]={
         "PI",
         "E",