chore(format): formatting code, fixing error messages and variable names

This commit is contained in:
CarolinePascal
2026-05-05 11:31:23 +02:00
parent f4a5ed25d0
commit 9c64f3f994
3 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -298,7 +298,7 @@ class TestEncoderDetection:
@require_videotoolbox
def test_auto_picks_videotoolbox_when_available(self):
"""``h264_videotoolbox`` sits at the top of ``HW_ENCODERS`` so it wins when present."""
"""``h264_videotoolbox`` sits at the top of ``HW_VIDEO_CODECS`` so it wins when present."""
cfg = VideoEncoderConfig(vcodec="auto")
assert cfg.vcodec == "h264_videotoolbox"