]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/framehook.h
* UINTX -> uintx_t INTX -> intx_t
[ffmpeg] / libavformat / framehook.h
index 210b3d20f4b333391112d9a036cad4efde638dbf..61b65e489ac1eab342f09d16525fe19d10d470da 100644 (file)
@@ -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;