Re: [FFmpeg-devel] [PATCH] ffmpeg: Simplify fps code related to delta0

2015-11-15 Thread Michael Niedermayer
On Sat, Nov 14, 2015 at 06:26:30PM -0800, Bryan Huh wrote: > Small refactor of fps code for improved readability. In particular > the "cor" variable was unnecessary and misleading because it would > always be set to -delta0. > --- > ffmpeg.c | 11 +-- > 1 files changed, 5 insertions(+),

[FFmpeg-devel] [PATCH] ffmpeg: Simplify fps code related to delta0

2015-11-14 Thread Bryan Huh
Small refactor of fps code for improved readability. In particular the "cor" variable was unnecessary and misleading because it would always be set to -delta0. --- ffmpeg.c | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ffmpeg.c b/ffmpeg.c index 3341777..560c5a0