mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
ass_split: Do not use the function name as a parameter name in a declaration.
Fixes compilation of srtenc.o with PGC 13.4-0.
This commit is contained in:
parent
92218aad00
commit
9802f56684
@ -124,7 +124,7 @@ typedef struct {
|
||||
void (*text)(void *priv, const char *text, int len);
|
||||
void (*new_line)(void *priv, int forced);
|
||||
void (*style)(void *priv, char style, int close);
|
||||
void (*color)(void *priv, unsigned int color, unsigned int color_id);
|
||||
void (*color)(void *priv, unsigned int /* color */, unsigned int color_id);
|
||||
void (*alpha)(void *priv, int alpha, int alpha_id);
|
||||
void (*font_name)(void *priv, const char *name);
|
||||
void (*font_size)(void *priv, int size);
|
||||
|
Loading…
Reference in New Issue
Block a user