Commit 23b9f7c5 authored by Jan Kiene's avatar Jan Kiene
Browse files

add new IVAS SID bitrate in cut_bs.py

parent 81bba972
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ import argparse
import os.path
import sys

SID_BITS = {35, 48, 88, 100}
SID_BITS = {35, 48, 104}
SYNC_WORDS = {b"!k", b" k"}