mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-10 22:43:32 +00: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…
x
Reference in New Issue
Block a user