Fixing some whitespace issues

This commit is contained in:
Jonathan Thomas
2022-08-17 22:14:36 -05:00
parent 02c256cda5
commit 0419f2c2a7
2 changed files with 2 additions and 2 deletions

View File

@@ -773,7 +773,7 @@ void FrameMapper::ChangeMapping(Fraction target_fps, PulldownType target_pulldow
info.fps.den = target_fps.den;
info.video_timebase.num = target_fps.den;
info.video_timebase.den = target_fps.num;
info.video_length = round(info.duration * info.fps.ToDouble());
info.video_length = round(info.duration * info.fps.ToDouble());
pulldown = target_pulldown;
info.sample_rate = target_sample_rate;
info.channels = target_channels;