1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

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
This commit is contained in:
Laurent Desnogues 2008-06-24 09:10:30 +00:00 committed by Diego Biurrun
parent fb6b04aae9
commit f5b6778184

View File

@ -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);