feat: Enhance frame class extraction logic to include width matching and update test assertions

This commit is contained in:
sha
2025-12-27 05:49:56 +00:00
parent 8ceea5bce3
commit 229478ce64
5 changed files with 40 additions and 25 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ class TestMediaInfoExtractor:
"""Test extracting audio languages"""
langs = extractor.extract_audio_langs()
# Text files don't have audio tracks
assert langs == ''
assert langs is None