[FFmpeg-cvslog] vf_setpts: cosmetics, reformat
Anton Khirnov
git at videolan.org
Wed May 1 10:31:21 CEST 2013
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Apr 10 16:13:50 2013 +0200| [2548834b2248ad4d7da9bd0afed09d7d0cddeeb0] | committer: Anton Khirnov
vf_setpts: cosmetics, reformat
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2548834b2248ad4d7da9bd0afed09d7d0cddeeb0
---
libavfilter/vf_setpts.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/libavfilter/vf_setpts.c b/libavfilter/vf_setpts.c
index 5cf9093..bc26954 100644
--- a/libavfilter/vf_setpts.c
+++ b/libavfilter/vf_setpts.c
@@ -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;
}
More information about the ffmpeg-cvslog
mailing list