Commit aacf68b4 authored by kabi's avatar kabi

* int64_t is now the right name

  - also it would be nice to preserve ffmpeg coding rules


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1582 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 599e8ff1
......@@ -280,7 +280,7 @@ inline void draw_glyph(AVPicture *picture, FT_Bitmap *bitmap, unsigned int x, un
}
void Process(void *ctx, AVPicture *picture, enum PixelFormat pix_fmt, int width, int height, INT64 pts)
void Process(void *ctx, AVPicture *picture, enum PixelFormat pix_fmt, int width, int height, int64_t pts)
{
ContextInfo *ci = (ContextInfo *) ctx;
FT_Face face = ci->ft_face;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment