Commit 2548834b authored by Anton Khirnov's avatar Anton Khirnov

vf_setpts: cosmetics, reformat

parent c22263d3
......@@ -85,13 +85,13 @@ static av_cold int init(AVFilterContext *ctx)
return ret;
}
setpts->var_values[VAR_E ] = M_E;
setpts->var_values[VAR_N ] = 0.0;
setpts->var_values[VAR_PHI ] = M_PHI;
setpts->var_values[VAR_PI ] = M_PI;
setpts->var_values[VAR_PREV_INPTS ] = NAN;
setpts->var_values[VAR_E] = M_E;
setpts->var_values[VAR_N] = 0.0;
setpts->var_values[VAR_PHI] = M_PHI;
setpts->var_values[VAR_PI] = M_PI;
setpts->var_values[VAR_PREV_INPTS] = NAN;
setpts->var_values[VAR_PREV_OUTPTS] = NAN;
setpts->var_values[VAR_STARTPTS ] = NAN;
setpts->var_values[VAR_STARTPTS] = NAN;
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment