diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2006-10-30 19:30:23 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-30 19:30:23 +0000 |
commit | 2959ba80c2fef745408ed7612a57a617c1468334 (patch) | |
tree | 4eaf1903ec06bb6f165f8c3b4eb8878aa07348e5 /vhook | |
parent | 95b096245b52f06f9036f219146835db3f3e8d7d (diff) | |
download | ffmpeg-2959ba80c2fef745408ed7612a57a617c1468334.tar.gz |
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.c | 2 |
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; |