mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
* int64_t is now the right name
- also it would be nice to preserve ffmpeg coding rules Originally committed as revision 1582 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9858f77376
commit
244b86134b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user