Re: [FFmpeg-devel] [PATCH v2] x11grab: fixed next frame capture time calculation

2016-02-04 Thread Michael Niedermayer
On Wed, Feb 03, 2016 at 09:10:01AM -0500, Trevor \\ Higgins wrote: > The next frame time could slip, causing the frame rate to drop until > frames were dropped. Now will capture at the next correct moment instead. > > --- > > Fixed the style to conform to the standard > > --- > libavdevice/x1

[FFmpeg-devel] [PATCH v2] x11grab: fixed next frame capture time calculation

2016-02-03 Thread Trevor \\ Higgins
The next frame time could slip, causing the frame rate to drop until frames were dropped. Now will capture at the next correct moment instead. --- Fixed the style to conform to the standard --- libavdevice/x11grab.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git