Merge commit 'a339e919cad1ab0125948f0dd9d49f6cb590db89'
* commit 'a339e919cad1ab0125948f0dd9d49f6cb590db89': ea: Change type of array stride parameters to ptrdiff_t Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
+2
-1
@@ -19,8 +19,9 @@
|
||||
#ifndef AVCODEC_EAIDCT_H
|
||||
#define AVCODEC_EAIDCT_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
void ff_ea_idct_put_c(uint8_t *dest, int linesize, int16_t *block);
|
||||
void ff_ea_idct_put_c(uint8_t *dest, ptrdiff_t linesize, int16_t *block);
|
||||
|
||||
#endif /* AVCODEC_EAIDCT_H */
|
||||
|
||||
Reference in New Issue
Block a user