1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

lavfi/overlay: reindent fix.

This commit is contained in:
Clément Bœsch
2013-05-01 14:34:21 +02:00
parent 5043d8d213
commit d3f7b98f87

View File

@@ -151,7 +151,6 @@ static void eval_expr(AVFilterContext *ctx)
{
OverlayContext *over = ctx->priv;
/* TODO: reindent */
over->var_values[VAR_X] = av_expr_eval(over->x_pexpr, over->var_values, NULL);
over->var_values[VAR_Y] = av_expr_eval(over->y_pexpr, over->var_values, NULL);
over->var_values[VAR_X] = av_expr_eval(over->x_pexpr, over->var_values, NULL);