comparison 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
comparison
equal deleted inserted replaced
2752:23665209e823 2753:ba8ecddf5598
1 static unsigned char ulti_codebook[16384]={ 1 static const unsigned char ulti_codebook[16384]={
2 0x00, 0x01, 0x01, 0x02, 2 0x00, 0x01, 0x01, 0x02,
3 0x00, 0x01, 0x02, 0x03, 3 0x00, 0x01, 0x02, 0x03,
4 0x00, 0x02, 0x03, 0x04, 4 0x00, 0x02, 0x03, 0x04,
5 0x00, 0x01, 0x03, 0x04, 5 0x00, 0x01, 0x03, 0x04,
6 0x00, 0x01, 0x02, 0x04, 6 0x00, 0x01, 0x02, 0x04,