[FFmpeg-cvslog] avfilter/select: fix "t" eval variable comment

Clément Bœsch git at videolan.org
Tue Aug 5 21:15:21 CEST 2014


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Tue Aug  5 21:15:13 2014 +0200| [97478ef5fe7dd2ff8da98e381de4a6b2b979b485] | committer: Clément Bœsch

avfilter/select: fix "t" eval variable comment

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=97478ef5fe7dd2ff8da98e381de4a6b2b979b485
---

 libavfilter/f_select.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/f_select.c b/libavfilter/f_select.c
index d951b0f..a06ca87 100644
--- a/libavfilter/f_select.c
+++ b/libavfilter/f_select.c
@@ -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



More information about the ffmpeg-cvslog mailing list