Commit 97478ef5 authored by Clément Bœsch's avatar Clément Bœsch

avfilter/select: fix "t" eval variable comment

parent eaeb61c3
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment