Separate MKV class and functions in a separate module.

This commit is contained in:
Frédéric Tronel
2026-08-28 22:57:50 +02:00
parent ff20f31e74
commit 92df1d24d6
5 changed files with 502 additions and 471 deletions
+4
View File
@@ -1,3 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright (C) 2026 Frédéric Tronel
import logging
from dataclasses import dataclass, field
from math import floor, log, ceil