You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Log callback implementation of Android uses an internal limit of 1024 characters per line (#define LOG_LINE_SIZE 1024). This limit was inherited from LINE_SZ definition in libavutil/log.c file. Unfortunately, putting a log line limit causes some characters to be dropped from log line, which causes further problems like #331.