]> git.sesse.net Git - ffmpeg/commit
lavfi: rename link.current_pts to current_pts_us.
authorNicolas George <george@nsup.org>
Thu, 24 Sep 2015 07:30:05 +0000 (09:30 +0200)
committerNicolas George <george@nsup.org>
Tue, 22 Dec 2015 14:55:00 +0000 (15:55 +0100)
commitd03eab34dd8a0da63591b1fbc56149595d3907f7
treef60838fc0f84308c30a59262b7f2af6b893b5b43
parent63f7bee75221a205c97e0c3948bc24906653e1b7
lavfi: rename link.current_pts to current_pts_us.

This field is used for fast comparison between link ages,
it is in AV_TIME_BASE units, in other words microseconds,
µs =~ us.
Renaming it allows a second field in link time base units.
libavfilter/avfilter.c
libavfilter/avfilter.h
libavfilter/avfiltergraph.c