Transfer functions related to Matroska codec private data into a dedicated module.
This commit is contained in:
+5
-3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user