Browse Source

avfilter/select: fix "t" eval variable comment

tags/n2.4
Clément Bœsch 11 years ago
parent
commit
97478ef5fe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/f_select.c

+ 1
- 1
libavfilter/f_select.c 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


Loading…
Cancel
Save