Transfer functions related to Matroska codec private data into a dedicated module.

This commit is contained in:
Frédéric Tronel
2026-08-29 14:11:00 +02:00
parent 4658cc16e0
commit edcbf91101
3 changed files with 50 additions and 32 deletions
+5 -3
View File
@@ -32,10 +32,12 @@ from iso639.exceptions import InvalidLanguageValue
from tqdm import tqdm
from typeguard import typechecked
from tscut.h264.avc import (dump_codec_private_data,
get_avc_config_from_h264,
parse_codec_private)
from tscut.h264.avc import (
get_avc_config_from_h264,
parse_codec_private
)
from tscut.matroska.ebml import change_ebml_element_size
from tscut.matroska.codec import dump_codec_private_data
from tscut.tools.ffprobe import (
get_format,
get_frame_rate,