From ad934bc353b22ed80276039a4adf9633949b6d2c Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 7 Oct 2013 08:40:17 +0000 Subject: avfilter/vf_drawtext: remove dead initialization Signed-off-by: Paul B Mahol --- libavfilter/vf_drawtext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_drawtext.c') diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c index 324abf7..f1c7b26 100644 --- a/libavfilter/vf_drawtext.c +++ b/libavfilter/vf_drawtext.c @@ -854,7 +854,7 @@ static int draw_text(AVFilterContext *ctx, AVFrame *frame, int x = 0, y = 0, i = 0, ret; int max_text_line_w = 0, len; int box_w, box_h; - char *text = s->text; + char *text; uint8_t *p; int y_min = 32000, y_max = -32000; int x_min = 32000, x_max = -32000; -- cgit v1.1