From 22bcaa904c0cb9e620c77378121d691617ada764 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 16 Aug 2007 12:15:06 +0000 Subject: Make ro memory to share. Original commit message from CVS: * ext/annodex/gstcmmltag.c: * gst/rtp/gstrtpvorbispay.c: Make ro memory to share. --- gst/rtp/gstrtpvorbispay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/rtp') diff --git a/gst/rtp/gstrtpvorbispay.c b/gst/rtp/gstrtpvorbispay.c index f85ee94c..f8d19ce4 100644 --- a/gst/rtp/gstrtpvorbispay.c +++ b/gst/rtp/gstrtpvorbispay.c @@ -212,7 +212,7 @@ static gchar * encode_base64 (const guint8 * in, guint size, guint * len) { gchar *ret, *d; - static const gchar *v = + static const gchar v[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; *len = ((size + 2) / 3) * 4; -- cgit