Author: stefano Date: Tue Feb 24 00:07:05 2009 New Revision: 4133 Log: Apply reindent and cosmetics after the last commit. Modified: libavfilter/vf_scale.c Modified: libavfilter/vf_scale.c ============================================================================== --- libavfilter/vf_scale.c Tue Feb 24 00:05:20 2009 (r4132) +++ libavfilter/vf_scale.c Tue Feb 24 00:07:05 2009 (r4133) @@ -98,11 +98,12 @@ static int config_props(AVFilterLink *li if(h == -1) h = scale->w*link->src->inputs[0]->h/link->src->inputs[0]->w; /* TODO: make algorithm configurable */ - scale->sws = sws_getCachedContext(scale->sws, link->src->inputs[0]->w, - link->src->inputs[0]->h, - link->src->inputs[0]->format, - w, h, link->format, SWS_BILINEAR, - NULL, NULL, NULL); + scale->sws = sws_getCachedContext(scale->sws, + link->src->inputs[0]->w, + link->src->inputs[0]->h, + link->src->inputs[0]->format, + w, h, link->format, SWS_BILINEAR, + NULL, NULL, NULL); link->w = w; link->h = h;
participants (1)
-
stefano