lavfi/hue: reindent after last commit

This commit is contained in:
Stefano Sabatini 2013-04-11 20:42:32 +02:00
parent e4fd58f472
commit 3411aba82c

View File

@ -251,7 +251,6 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *inpic)
av_frame_copy_props(outpic, inpic); av_frame_copy_props(outpic, inpic);
} }
/* todo: reindent */
hue->var_values[VAR_T] = TS2T(inpic->pts, inlink->time_base); hue->var_values[VAR_T] = TS2T(inpic->pts, inlink->time_base);
hue->var_values[VAR_PTS] = TS2D(inpic->pts); hue->var_values[VAR_PTS] = TS2D(inpic->pts);