File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ def test_calculate_num_frames_using_fps_and_duration(
167
167
codec = "whatever" ,
168
168
width = 123 ,
169
169
height = 321 ,
170
+ pixel_aspect_ratio = Fraction (10 , 11 ),
170
171
average_fps_from_header = average_fps_from_header ,
171
172
stream_index = 0 ,
172
173
)
@@ -198,6 +199,7 @@ def test_duration_seconds_fallback(
198
199
codec = "whatever" ,
199
200
width = 123 ,
200
201
height = 321 ,
202
+ pixel_aspect_ratio = Fraction (10 , 11 ),
201
203
average_fps_from_header = 5 ,
202
204
stream_index = 0 ,
203
205
)
@@ -226,6 +228,7 @@ def test_calculate_duration_seconds_using_fps_and_num_frames(
226
228
codec = "whatever" ,
227
229
width = 123 ,
228
230
height = 321 ,
231
+ pixel_aspect_ratio = Fraction (10 , 11 ),
229
232
average_fps_from_header = average_fps_from_header ,
230
233
stream_index = 0 ,
231
234
)
You can’t perform that action at this time.
0 commit comments