Mercurial > libavformat.hg
diff framehook.c @ 65:a58a8a53eb46 libavformat
* UINTX -> uintx_t INTX -> intx_t
| author | kabi |
|---|---|
| date | Tue, 11 Feb 2003 16:35:48 +0000 |
| parents | b0e0eb595e29 |
| children | 08e042299038 |
line wrap: on
line diff
--- a/framehook.c Mon Feb 10 09:35:32 2003 +0000 +++ b/framehook.c Tue Feb 11 16:35:48 2003 +0000 @@ -95,7 +95,7 @@ { if (first_hook) { FrameHookEntry *fhe; - INT64 pts = av_gettime(); + int64_t pts = av_gettime(); for (fhe = first_hook; fhe; fhe = fhe->next) { fhe->Process(fhe->ctx, pict, pix_fmt, width, height, pts);
