vf_setpts: cosmetics, reformat
authorAnton Khirnov <anton@khirnov.net>
Wed, 10 Apr 2013 14:13:50 +0000 (16:13 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 30 Apr 2013 09:17:23 +0000 (11:17 +0200)
libavfilter/vf_setpts.c

index 5cf9093..bc26954 100644 (file)
@@ -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;
 }