WIP: Start converting H264 samples to Annex-B NALs

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2022-08-31 18:02:05 +02:00
parent 7054fa61f2
commit 600029a918
2 changed files with 110 additions and 8 deletions

View file

@ -26,6 +26,7 @@ fn main() {
.allowlist_var("VTEncodeInfoFlags_.*")
.allowlist_var("kCMVideoCodecType_.*")
.allowlist_var("kCMTime.*")
.allowlist_var("kCMSampleAttachmentKey_.*")
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
.layout_tests(false)
.generate()