diff ulti_cb.h @ 2753:ba8ecddf5598 libavcodec

adding a few const
author michael
date Wed, 01 Jun 2005 21:19:00 +0000
parents dff53892ff8a
children c537a97eec66
line wrap: on
line diff
--- a/ulti_cb.h	Wed Jun 01 18:04:01 2005 +0000
+++ b/ulti_cb.h	Wed Jun 01 21:19:00 2005 +0000
@@ -1,4 +1,4 @@
-static unsigned char ulti_codebook[16384]={
+static const unsigned char ulti_codebook[16384]={
     0x00, 0x01, 0x01, 0x02,
     0x00, 0x01, 0x02, 0x03,
     0x00, 0x02, 0x03, 0x04,