Video containing a corrupted frame causing a decode failure.
()
| 138 | |
| 139 | @pytest.fixture |
| 140 | def rotated_video_file() -> str: |
| 141 | """Video containing a corrupted frame causing a decode failure.""" |
| 142 | return check_exists("tests/resources/issue-134-rotate.mp4") |
| 143 | |
| 144 | |
| 145 | @pytest.fixture |
nothing calls this directly
no test coverage detected