diff options
author | Clément Bœsch <u@pkh.me> | 2014-08-05 21:15:13 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-08-05 21:15:13 +0200 |
commit | 97478ef5fe7dd2ff8da98e381de4a6b2b979b485 (patch) | |
tree | bb0ba34a81461ce85cdfd2e31e5fe5bbd1dd35af /libavfilter | |
parent | eaeb61c3a6931b871c06abc8659a901c059b5ce7 (diff) | |
download | ffmpeg-97478ef5fe7dd2ff8da98e381de4a6b2b979b485.tar.gz |
avfilter/select: fix "t" eval variable comment
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/f_select.c | 2 |
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 |