From 0c1a9edad463bd6e22b30c19b700b099c7093fc1 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 11 Feb 2003 16:35:48 +0000 Subject: * UINTX -> uintx_t INTX -> intx_t Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/framehook.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/framehook.h') diff --git a/libavformat/framehook.h b/libavformat/framehook.h index 210b3d2..61b65e4 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; -- cgit v1.1