You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/select: re-align a few comments
This commit is contained in:
@@ -142,8 +142,8 @@ typedef struct SelectContext {
|
|||||||
double var_values[VAR_VARS_NB];
|
double var_values[VAR_VARS_NB];
|
||||||
int do_scene_detect; ///< 1 if the expression requires scene detection variables, 0 otherwise
|
int do_scene_detect; ///< 1 if the expression requires scene detection variables, 0 otherwise
|
||||||
av_pixelutils_sad_fn sad; ///< Sum of the absolute difference function (scene detect only)
|
av_pixelutils_sad_fn sad; ///< Sum of the absolute difference function (scene detect only)
|
||||||
double prev_mafd; ///< previous MAFD (scene detect only)
|
double prev_mafd; ///< previous MAFD (scene detect only)
|
||||||
AVFrame *prev_picref; ///< previous frame (scene detect only)
|
AVFrame *prev_picref; ///< previous frame (scene detect only)
|
||||||
double select;
|
double select;
|
||||||
int select_out; ///< mark the selected output pad index
|
int select_out; ///< mark the selected output pad index
|
||||||
int nb_outputs;
|
int nb_outputs;
|
||||||
|
Reference in New Issue
Block a user