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:
parent
95b096245b
commit
2959ba80c2
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user