mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 04:30:02 +00:00
Merge commit '2548834b2248ad4d7da9bd0afed09d7d0cddeeb0'
* commit '2548834b2248ad4d7da9bd0afed09d7d0cddeeb0': vf_setpts: cosmetics, reformat Conflicts: libavfilter/f_setpts.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
0061ba044a
@ -97,10 +97,13 @@ static av_cold int init(AVFilterContext *ctx)
|
||||
return ret;
|
||||
}
|
||||
|
||||
setpts->var_values[VAR_N ] = 0.0;
|
||||
setpts->var_values[VAR_PREV_INPTS ] = setpts->var_values[VAR_PREV_INT ] = NAN;
|
||||
setpts->var_values[VAR_PREV_OUTPTS] = setpts->var_values[VAR_PREV_OUTT] = NAN;
|
||||
setpts->var_values[VAR_STARTPTS ] = setpts->var_values[VAR_STARTT ] = NAN;
|
||||
setpts->var_values[VAR_N] = 0.0;
|
||||
setpts->var_values[VAR_PREV_INPTS] = NAN;
|
||||
setpts->var_values[VAR_PREV_INT] = NAN;
|
||||
setpts->var_values[VAR_PREV_OUTPTS] = NAN;
|
||||
setpts->var_values[VAR_PREV_OUTT] = NAN;
|
||||
setpts->var_values[VAR_STARTPTS] = NAN;
|
||||
setpts->var_values[VAR_STARTT] = NAN;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user