OSDN Git Service

warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail com
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Mon, 30 Oct 2006 19:30:23 +0000 (19:30 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 30 Oct 2006 19:30:23 +0000 (19:30 +0000)
Originally committed as revision 6843 to svn://svn.ffmpeg.org/ffmpeg/trunk

vhook/drawtext.c

index e000595..0818476 100644 (file)
@@ -94,7 +94,7 @@
 
 typedef struct {
   unsigned char *text;
-  unsigned char *file;
+  char *file;
   unsigned int x;
   unsigned int y;
   int bg;