NewChromantics / PopH264

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
http://poph264.com/
Mozilla Public License 2.0
84 stars 15 forks source link

Handle async errors #27

Open SoylentGraham opened 3 years ago

SoylentGraham commented 3 years ago

Haven't had any yet, but the decoder should set an error (I believe I do this on MediaFoundation?) and pass it down to the meta as a frame.

Need to cause it first and then see if the codec carries on or not