summaryrefslogtreecommitdiff
path: root/vhook
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2006-10-30 19:30:23 +0000
committerDiego Biurrun <diego@biurrun.de>2006-10-30 19:30:23 +0000
commit2959ba80c2fef745408ed7612a57a617c1468334 (patch)
tree4eaf1903ec06bb6f165f8c3b4eb8878aa07348e5 /vhook
parent95b096245b52f06f9036f219146835db3f3e8d7d (diff)
warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail com
Originally committed as revision 6843 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook')
-rw-r--r--vhook/drawtext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vhook/drawtext.c b/vhook/drawtext.c
index e0005950e4..0818476202 100644
--- a/vhook/drawtext.c
+++ b/vhook/drawtext.c
@@ -94,7 +94,7 @@
typedef struct {
unsigned char *text;
- unsigned char *file;
+ char *file;
unsigned int x;
unsigned int y;
int bg;