Merge branch 'develop' into std-prefixes

This commit is contained in:
Frank Dana
2019-10-29 16:06:55 -04:00
committed by GitHub
38 changed files with 545 additions and 325 deletions

View File

@@ -127,7 +127,7 @@ void TextReader::Open()
info.height = image->size().height();
info.pixel_ratio.num = 1;
info.pixel_ratio.den = 1;
info.duration = 60 * 60 * 24; // 24 hour duration
info.duration = 60 * 60 * 1; // 1 hour duration
info.fps.num = 30;
info.fps.den = 1;
info.video_timebase.num = 1;