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

Remove hardcoded mime-type from Android decoder #30

Open SoylentGraham opened 3 years ago

SoylentGraham commented 3 years ago

In order to step toward non-h264 support, remove this.

Detect the format from input data (ditto for jpeg/png etc)