1
0
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:
Clément Bœsch 2014-08-05 21:15:13 +02:00
parent eaeb61c3a6
commit 97478ef5fe

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