comparison mpeg4data.h @ 2753:ba8ecddf5598 libavcodec

adding a few const
author michael
date Wed, 01 Jun 2005 21:19:00 +0000
parents dd544554ed42
children ef2149182f1c
comparison
equal deleted inserted replaced
2752:23665209e823 2753:ba8ecddf5598
381 21, 22, 23, 24, 26, 27, 28, 30, 381 21, 22, 23, 24, 26, 27, 28, 30,
382 22, 23, 24, 26, 27, 28, 30, 31, 382 22, 23, 24, 26, 27, 28, 30, 31,
383 23, 24, 25, 27, 28, 30, 31, 33, 383 23, 24, 25, 27, 28, 30, 31, 33,
384 }; 384 };
385 385
386 uint8_t ff_mpeg4_y_dc_scale_table[32]={ 386 const uint8_t ff_mpeg4_y_dc_scale_table[32]={
387 // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 387 // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
388 0, 8, 8, 8, 8,10,12,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,36,38,40,42,44,46 388 0, 8, 8, 8, 8,10,12,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,36,38,40,42,44,46
389 }; 389 };
390 uint8_t ff_mpeg4_c_dc_scale_table[32]={ 390 const uint8_t ff_mpeg4_c_dc_scale_table[32]={
391 // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 391 // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
392 0, 8, 8, 8, 8, 9, 9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,20,21,22,23,24,25 392 0, 8, 8, 8, 8, 9, 9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,20,21,22,23,24,25
393 }; 393 };
394 394
395 const uint16_t ff_mpeg4_resync_prefix[8]={ 395 const uint16_t ff_mpeg4_resync_prefix[8]={