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:
parent
fb6b04aae9
commit
f5b6778184
@ -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…
Reference in New Issue
Block a user