Skip to content

Fix error output #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed

Fix error output #125

wants to merge 3 commits into from

Conversation

dmitrylyzo
Copy link
Contributor

@dmitrylyzo dmitrylyzo commented Feb 7, 2022

Maybe also remove libass: from those not from libass?

printf("libass: setting total libass memory limits to: glyph=%d MiB, bitmap cache=%d MiB\n",

fprintf(stderr, "libass: cannot allocate buffer for blending\n");

@TheOneric
Copy link
Member

ass_utils.h is an internal header and not installed to the system; including it outside of libass is not expected to work.
I've added jso prefixes and touched up the commit messages a bit here: https://github.com/TheOneric/JavascriptSubtitlesOctopus/commits/error-output. Does this seem alright @dmitrylyzo ?

@dmitrylyzo
Copy link
Contributor Author

Does this seem alright @dmitrylyzo ?

Verbose but fine 😉

@TheOneric
Copy link
Member

Merged as e6eee9e + dfada30 and implemented the suggested prefix change as 882fa5a.

@TheOneric TheOneric closed this Feb 23, 2022
@dmitrylyzo dmitrylyzo deleted the error-output branch March 19, 2022 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants