mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-09 03:10:08 +00:00
Merge commit '2548834b22'
* commit '2548834b22':
vf_setpts: cosmetics, reformat
Conflicts:
libavfilter/f_setpts.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
0061ba044a
1 changed files with 7 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue