Skip to content

Commit

Permalink
Set HTML reader duration to 1 hour
Browse files Browse the repository at this point in the history
Co-Authored-By: Frank Dana <[email protected]>
  • Loading branch information
jeffski and ferdnyc authored Oct 29, 2019
1 parent 21951be commit 6c20fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QtHtmlReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void QtHtmlReader::Open()
info.height = 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;
Expand Down

0 comments on commit 6c20fa4

Please sign in to comment.