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 has been archived by the owner on Oct 7, 2021. 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.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Log callback implementation of Android uses an internal limit of 1024 characters per line (
#define LOG_LINE_SIZE 1024
). This limit was inherited fromLINE_SZ
definition inlibavutil/log.c
file. Unfortunately, putting a log line limit causes some characters to be dropped from log line, which causes further problems like #331.The text was updated successfully, but these errors were encountered: