comparison snow.c @ 7129:322023e630a6 libavcodec

mark read-only data as const
author stefang
date Tue, 24 Jun 2008 20:01:31 +0000
parents e943e1409077
children 5a3907818652
comparison
equal deleted inserted replaced
7128:614bc53e67a8 7129:322023e630a6
361 48,144,144, 48, 361 48,144,144, 48,
362 16, 48, 48, 16, 362 16, 48, 48, 16,
363 //error:0.000000 363 //error:0.000000
364 }; 364 };
365 365
366 static const uint8_t *obmc_tab[4]={ 366 static const uint8_t * const obmc_tab[4]={
367 obmc32, obmc16, obmc8, obmc4 367 obmc32, obmc16, obmc8, obmc4
368 }; 368 };
369 369
370 static int scale_mv_ref[MAX_REF_FRAMES][MAX_REF_FRAMES]; 370 static int scale_mv_ref[MAX_REF_FRAMES][MAX_REF_FRAMES];
371 371