[Ffmpeg-cvslog] r6843 - trunk/vhook/drawtext.c
diego
subversion
Mon Oct 30 20:30:23 CET 2006
Author: diego
Date: Mon Oct 30 20:30:23 2006
New Revision: 6843
Modified:
trunk/vhook/drawtext.c
Log:
warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail com
Modified: trunk/vhook/drawtext.c
==============================================================================
--- trunk/vhook/drawtext.c (original)
+++ trunk/vhook/drawtext.c Mon Oct 30 20:30:23 2006
@@ -94,7 +94,7 @@
typedef struct {
unsigned char *text;
- unsigned char *file;
+ char *file;
unsigned int x;
unsigned int y;
int bg;
More information about the ffmpeg-cvslog
mailing list