webrtc-sdk / libwebrtc

A C++ wrapper for binary release, mainly used for flutter-webrtc desktop (windows, linux, embedded).
MIT License
378 stars 77 forks source link

JPEG parameter struct mismatch #61

Closed nikohpng closed 1 year ago

nikohpng commented 1 year ago

Description

I build myself libwebrtc in window11. But in jpeg, It can't run! like this:

JPEG parameter struct mismatch: library thinks size is 520, caller expects 504

How can i fix it?

cloudwebrtc commented 1 year ago

Please try this fix https://github.com/webrtc-sdk/libwebrtc/commit/0372921774314aee674758f39f2dfae8329830d1

nikohpng commented 1 year ago

Ok, Thanks. I will test it

nikohpng commented 1 year ago

I have test it. In my env, I don't need HAVE_BOOLEAN in DEP.