Re: [FFmpeg-devel] [PATCH 1/5] lavfi: rename link.current_pts to current_pts_us.

2015-11-30 Thread Michael Niedermayer
On Sun, Nov 29, 2015 at 05:21:48PM +0100, Nicolas George wrote: > 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. > > Signed-off-by: Nicolas George > ---

[FFmpeg-devel] [PATCH 1/5] lavfi: rename link.current_pts to current_pts_us.

2015-11-29 Thread Nicolas George
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. Signed-off-by: Nicolas George --- libavfilter/avfilter.c | 4 ++-- libavfilter/avfilter.h | 2 +- lib