From 10d96d8d66b8db8df28fd0cd826a8e320a2e84cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= <u@pkh.me>
Date: Thu, 14 Aug 2014 18:52:47 +0200
Subject: [PATCH] avfilter/select: re-align a few comments

---
 libavfilter/f_select.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavfilter/f_select.c b/libavfilter/f_select.c
index a06ca870384..bb3eb658cad 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;
-- 
GitLab