mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
avfilter/select: fix "t" eval variable comment
This commit is contained in:
parent
eaeb61c3a6
commit
97478ef5fe
@ -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…
Reference in New Issue
Block a user