Skip to content

Commit 6c20fa4

Browse files
jeffskiferdnyc
andauthored
Set HTML reader duration to 1 hour
Co-Authored-By: Frank Dana <[email protected]>
1 parent 21951be commit 6c20fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QtHtmlReader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ void QtHtmlReader::Open()
117117
info.height = height;
118118
info.pixel_ratio.num = 1;
119119
info.pixel_ratio.den = 1;
120-
info.duration = 60 * 60 * 24; // 24 hour duration
120+
info.duration = 60 * 60 * 1; // 1 hour duration
121121
info.fps.num = 30;
122122
info.fps.den = 1;
123123
info.video_timebase.num = 1;

0 commit comments

Comments
 (0)