[SCM] libav/experimental: warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail com

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:52:47 UTC 2013


The following commit has been merged in the experimental branch:
commit 2959ba80c2fef745408ed7612a57a617c1468334
Author: Gustavo Sverzut Barbieri <barbieri at gmail.com>
Date:   Mon Oct 30 19:30:23 2006 +0000

    warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail com
    
    Originally committed as revision 6843 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/vhook/drawtext.c b/vhook/drawtext.c
index e000595..0818476 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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list