diff framehook.h @ 65:a58a8a53eb46 libavformat

* UINTX -> uintx_t INTX -> intx_t
author kabi
date Tue, 11 Feb 2003 16:35:48 +0000
parents dcc03a32d1bb
children 96f8086bc2ba
line wrap: on
line diff
--- a/framehook.h	Mon Feb 10 09:35:32 2003 +0000
+++ b/framehook.h	Tue Feb 11 16:35:48 2003 +0000
@@ -13,7 +13,7 @@
 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;