Skip to content

Commit

Permalink
DOC: fix typo in test_pyav (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
FirefoxMetzger committed Jul 25, 2022
1 parent 05fcf2c commit f89abf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pyav.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_mp4_writing(tmp_path, test_images):
)

# libx264 writing is not deterministic and RGB -> YUV is lossy
# so I have good ideas how to do serious assertions on the file
# so I have no good ideas how to do serious assertions on the file
assert mp4_bytes is not None


Expand Down

0 comments on commit f89abf1

Please sign in to comment.