comparison libmpcodecs/vf_noise.c @ 30708:8a96d56b01f0

Mark all fmt_list arrays as const.
author diego
date Fri, 26 Feb 2010 19:56:03 +0000
parents a972c1a4a012
children 00825525514e
comparison
equal deleted inserted replaced
30707:4d15378da04a 30708:8a96d56b01f0
414 } 414 }
415 415
416 if(fp->strength) initNoise(fp); 416 if(fp->strength) initNoise(fp);
417 } 417 }
418 418
419 static unsigned int fmt_list[]={ 419 static const unsigned int fmt_list[]={
420 IMGFMT_YV12, 420 IMGFMT_YV12,
421 IMGFMT_I420, 421 IMGFMT_I420,
422 IMGFMT_IYUV, 422 IMGFMT_IYUV,
423 0 423 0
424 }; 424 };