Stop 24 hours worth for frames being loaded in to memory

This commit is contained in:
Jeff Shillitto
2019-10-15 22:11:24 +11:00
parent febc2fbc7d
commit acadab708f
3 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ void ImageReader::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 = 1;
info.fps.num = 30;
info.fps.den = 1;
info.video_timebase.num = 1;