diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-07-11 01:17:48 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-07-11 02:24:36 +0530 |
commit | f5ea47488a2c59b2520b4988b7eab4d8830e3077 (patch) | |
tree | 2dd8200f282ea57b1324d3d1baf5f35d9977d1f8 /test | |
parent | 134c913cca8e526a0128c62741689c0d0d05df03 (diff) | |
download | hypervideo-pre-f5ea47488a2c59b2520b4988b7eab4d8830e3077.tar.lz hypervideo-pre-f5ea47488a2c59b2520b4988b7eab4d8830e3077.tar.xz hypervideo-pre-f5ea47488a2c59b2520b4988b7eab4d8830e3077.zip |
[cleanup] Minor fixes
Diffstat (limited to 'test')
-rw-r--r-- | test/test_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_utils.py b/test/test_utils.py index 8024a8e7c..948d5d059 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -895,7 +895,7 @@ class TestUtil(unittest.TestCase): 'dynamic_range': 'HDR10', }) self.assertEqual(parse_codecs('av01.0.12M.10.0.110.09.16.09.0'), { - 'vcodec': 'av01.0.12M.10', + 'vcodec': 'av01.0.12M.10.0.110.09.16.09.0', 'acodec': 'none', 'dynamic_range': 'HDR10', }) |