git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9858f77
)
* int64_t is now the right name
author
Zdenek Kabelac
<kabi@informatics.muni.cz>
Wed, 12 Feb 2003 07:28:01 +0000
(07:28 +0000)
committer
Zdenek Kabelac
<kabi@informatics.muni.cz>
Wed, 12 Feb 2003 07:28:01 +0000
(07:28 +0000)
- also it would be nice to preserve ffmpeg coding rules
Originally committed as revision 1582 to svn://svn.ffmpeg.org/ffmpeg/trunk
vhook/drawtext.c
patch
|
blob
|
history
diff --git
a/vhook/drawtext.c
b/vhook/drawtext.c
index
ebcdfc5
..
8b3666c
100644
(file)
--- a/
vhook/drawtext.c
+++ b/
vhook/drawtext.c
@@
-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;