From 97478ef5fe7dd2ff8da98e381de4a6b2b979b485 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Tue, 5 Aug 2014 21:15:13 +0200 Subject: avfilter/select: fix "t" eval variable comment --- libavfilter/f_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/f_select.c') diff --git a/libavfilter/f_select.c b/libavfilter/f_select.c index d951b0fa29..a06ca87038 100644 --- a/libavfilter/f_select.c +++ b/libavfilter/f_select.c @@ -43,7 +43,7 @@ static const char *const var_names[] = { "prev_pts", ///< previous frame PTS "prev_selected_pts", ///< previous selected frame PTS - "t", ///< first PTS in seconds + "t", ///< timestamp expressed in seconds "start_t", ///< first PTS in the stream, expressed in seconds "prev_t", ///< previous frame time "prev_selected_t", ///< previously selected time -- cgit v1.2.3