Commit f5b67781 authored by Laurent Desnogues's avatar Laurent Desnogues Committed by Diego Biurrun

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
parent fb6b04aa
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment