Skip to content
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

FFMpeg function pointer to av_log_default_callback #812

Closed
edwinRNDR opened this issue Nov 16, 2019 · 2 comments
Closed

FFMpeg function pointer to av_log_default_callback #812

edwinRNDR opened this issue Nov 16, 2019 · 2 comments

Comments

@edwinRNDR
Copy link

The FFMPEG bindings appear to miss a mechanism for restoring the default logger using av_log_set_callback. av_log_default_callback can be called but not used in places where function pointer arguments are taken.

@saudet
Copy link
Member

saudet commented Apr 11, 2021

I've added a fix for this in commit adf4321. Thanks for reporting!

@saudet
Copy link
Member

saudet commented Aug 3, 2021

Fix released with version 1.5.6. Enjoy!

@saudet saudet closed this as completed Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants