* UINTX -> uintx_t INTX -> intx_t
Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -13,7 +13,7 @@ typedef FrameHookConfigure *FrameHookConfigureFn;
|
||||
extern FrameHookConfigure Configure;
|
||||
|
||||
/* Function must be called 'Process' */
|
||||
typedef void (FrameHookProcess)(void *ctx, struct AVPicture *pict, enum PixelFormat pix_fmt, int width, int height, INT64 pts);
|
||||
typedef void (FrameHookProcess)(void *ctx, struct AVPicture *pict, enum PixelFormat pix_fmt, int width, int height, int64_t pts);
|
||||
typedef FrameHookProcess *FrameHookProcessFn;
|
||||
extern FrameHookProcess Process;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user