Browse code

avfilter/select: fix "t" eval variable comment

Clément Bœsch authored on 2014/08/06 04:15:13
Showing 1 changed files
... ...
@@ -43,7 +43,7 @@ static const char *const var_names[] = {
43 43
     "prev_pts",          ///< previous frame PTS
44 44
     "prev_selected_pts", ///< previous selected frame PTS
45 45
 
46
-    "t",                 ///< first PTS in seconds
46
+    "t",                 ///< timestamp expressed in seconds
47 47
     "start_t",           ///< first PTS in the stream, expressed in seconds
48 48
     "prev_t",            ///< previous frame time
49 49
     "prev_selected_t",   ///< previously selected time