Low-level, minimal H264 decoder & encoder library for windows, hololens/uwp, ios/tvos/macos, linux, android/quest/magic leap. CAPI for use with c#, unreal, swift
Whilst debugging other issues... it seems like I get 2 image buffers/OnDecodedFrames for (almost?) every frame, with a different CVImageBuffer each time... am I decoding data twice? Is the content the same? Are presentation timestamps wrong?
Whilst debugging other issues... it seems like I get 2 image buffers/
OnDecodedFrame
s for (almost?) every frame, with a differentCVImageBuffer
each time... am I decoding data twice? Is the content the same? Are presentation timestamps wrong?