Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2014-08-05 23:15:13 +0400
committerClément Bœsch <u@pkh.me>2014-08-05 23:15:13 +0400
commit97478ef5fe7dd2ff8da98e381de4a6b2b979b485 (patch)
treebb0ba34a81461ce85cdfd2e31e5fe5bbd1dd35af /libavfilter/f_select.c
parenteaeb61c3a6931b871c06abc8659a901c059b5ce7 (diff)
avfilter/select: fix "t" eval variable comment
Diffstat (limited to 'libavfilter/f_select.c')
-rw-r--r--libavfilter/f_select.c2
1 files changed, 1 insertions, 1 deletions
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