summaryrefslogtreecommitdiff
path: root/libavformat/framehook.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/framehook.h')
-rw-r--r--libavformat/framehook.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/framehook.h b/libavformat/framehook.h
index 210b3d20f4..61b65e489a 100644
--- a/libavformat/framehook.h
+++ b/libavformat/framehook.h
@@ -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;