Mark constant structure member as const to avoid some warnings.

patch by Laurent Desnogues, laurent.desnogues gmail com

Originally committed as revision 13942 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Laurent Desnogues 17 years ago committed by Diego Biurrun
parent fb6b04aae9
commit f5b6778184
  1. 2
      libavcodec/dct-test.c

@ -68,7 +68,7 @@ extern void fdct_altivec (DCTELEM *block);
struct algo {
char *name;
const char *name;
enum { FDCT, IDCT } is_idct;
void (* func) (DCTELEM *block);
void (* ref) (DCTELEM *block);

Loading…
Cancel
Save