get rid of aom obus stuff again

This commit is contained in:
henryruhs
2026-05-14 16:44:09 +02:00
parent 18a487347a
commit b8d00d6389
5 changed files with 6 additions and 46 deletions
+1
View File
@@ -258,6 +258,7 @@ def define_rtc_packetizer_init() -> ctypes.Structure:
('sequenceNumber', ctypes.c_uint16),
('timestamp', ctypes.c_uint32),
('maxFragmentSize', ctypes.c_uint16),
('nalSeparator', ctypes.c_int),
('obuPacketization', ctypes.c_int)
]
})()