Fix tscut for the new structure of the project.

This commit is contained in:
Frédéric Tronel
2026-08-28 22:01:07 +02:00
parent f6491be5b7
commit c32018caae
+1 -13
View File
@@ -37,28 +37,16 @@ from typeguard import typechecked
from tscut.h264.bitstream import (
read_bit,
read_bits,
read_boolean,
read_byte,
read_word,
read_long,
read_unsigned_exp_golomb,
read_signed_exp_golomb,
write_bit,
write_boolean,
write_bits,
write_byte,
write_word,
write_long,
write_unsigned_exp_golomb,
write_signed_exp_golomb,
parse_scaling_list,
write_scaling_list,
write_rbsp_trailing_bits,
parse_rbsp_trailing_bits,
sodb_to_rbsp,
rbsp_to_sodb,
more_rbsp_data
)
from tscut.h264.parameters import SPS, PPS
# Local modules
# TODO: create local modules for MP4, MKV