avfilter/select: fix "t" eval variable comment

This commit is contained in:
Clément Bœsch 2014-08-05 21:15:13 +02:00
parent eaeb61c3a6
commit 97478ef5fe
1 changed files with 1 additions and 1 deletions

View File

@ -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