1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail com

Originally committed as revision 6843 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Gustavo Sverzut Barbieri 2006-10-30 19:30:23 +00:00 committed by Diego Biurrun
parent 95b096245b
commit 2959ba80c2

View File

@ -94,7 +94,7 @@
typedef struct { typedef struct {
unsigned char *text; unsigned char *text;
unsigned char *file; char *file;
unsigned int x; unsigned int x;
unsigned int y; unsigned int y;
int bg; int bg;