mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Edit link to OTIO issue.
This commit is contained in:
parent
1123d31750
commit
704ef232b6
1 changed files with 4 additions and 1 deletions
|
|
@ -122,8 +122,9 @@ def test_movie_reverse_speed_2x():
|
||||||
"""
|
"""
|
||||||
expected_data = {
|
expected_data = {
|
||||||
# not exactly 30 because of 23.976 rouding
|
# not exactly 30 because of 23.976 rouding
|
||||||
|
# https://github.com/AcademySoftwareFoundation/
|
||||||
|
# OpenTimelineIO/issues/1822
|
||||||
'mediaIn': 30.000000000000004,
|
'mediaIn': 30.000000000000004,
|
||||||
# not exactly 50 because of 23.976 rouding
|
|
||||||
'mediaOut': 51.02199940144827,
|
'mediaOut': 51.02199940144827,
|
||||||
'handleStart': 20,
|
'handleStart': 20,
|
||||||
'handleEnd': 20,
|
'handleEnd': 20,
|
||||||
|
|
@ -155,6 +156,8 @@ def test_movie_frozen_frame():
|
||||||
"""
|
"""
|
||||||
expected_data = {
|
expected_data = {
|
||||||
# not exactly 30 because of OTIO rounding
|
# not exactly 30 because of OTIO rounding
|
||||||
|
# https://github.com/AcademySoftwareFoundation/
|
||||||
|
# OpenTimelineIO/issues/1822
|
||||||
'mediaIn': 30.000000000000004,
|
'mediaIn': 30.000000000000004,
|
||||||
'mediaOut': 30.000000000000004,
|
'mediaOut': 30.000000000000004,
|
||||||
'handleStart': 0,
|
'handleStart': 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue