From 9802f56684fe1cda5b42b76deb83d6a06a42d07d Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 17 Apr 2013 00:35:00 +0200 Subject: 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. --- libavcodec/ass_split.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/ass_split.h b/libavcodec/ass_split.h index 7a6a75e030..06c1ce3309 100644 --- a/libavcodec/ass_split.h +++ b/libavcodec/ass_split.h @@ -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); -- cgit v1.2.3