summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2014-08-14 18:52:47 +0200
committerClément Bœsch <u@pkh.me>2014-08-14 18:52:53 +0200
commit10d96d8d66b8db8df28fd0cd826a8e320a2e84cd (patch)
tree108276b77ff3b94d68f2969c4915e06f25f65713 /libavfilter
parent5c7899a4834ee927f5629e4c02bfa225b846f016 (diff)
avfilter/select: re-align a few comments
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/f_select.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/f_select.c b/libavfilter/f_select.c
index a06ca87038..bb3eb658ca 100644
--- a/libavfilter/f_select.c
+++ b/libavfilter/f_select.c
@@ -142,8 +142,8 @@ typedef struct SelectContext {
double var_values[VAR_VARS_NB];
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)
- double prev_mafd; ///< previous MAFD (scene detect only)
- AVFrame *prev_picref; ///< previous frame (scene detect only)
+ double prev_mafd; ///< previous MAFD (scene detect only)
+ AVFrame *prev_picref; ///< previous frame (scene detect only)
double select;
int select_out; ///< mark the selected output pad index
int nb_outputs;