Movie clip containing fast cut, but encoded as variable framerate.
()
| 115 | |
| 116 | @pytest.fixture |
| 117 | def test_vfr_video() -> str: |
| 118 | """Movie clip containing fast cut, but encoded as variable framerate.""" |
| 119 | return check_exists("tests/resources/goldeneye-vfr.mp4") |
| 120 | |
| 121 | |
| 122 | @pytest.fixture |
nothing calls this directly
no test coverage detected