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

av_register_all() has been deprecated in ffmpeg 4.0 #29

Closed
matteocontrini opened this issue Jun 16, 2018 · 5 comments
Closed

av_register_all() has been deprecated in ffmpeg 4.0 #29

matteocontrini opened this issue Jun 16, 2018 · 5 comments

Comments

@matteocontrini
Copy link

@matteocontrini matteocontrini commented Jun 16, 2018

The tutorial mentions that the call to av_register_all() is required, although it seems it's deprecated since ffmpeg 4.0.

See the official changelog and the commit diff of the removal of the call from official code examples.

@leandromoreira
Copy link
Owner

@leandromoreira leandromoreira commented Jun 16, 2018

Thank you very much !

@MilaCridlig
Copy link

@MilaCridlig MilaCridlig commented Jul 8, 2018

Hi, thank you for your tutorial! Only, please, what should be used instead of av_register_all()?

@dbermond
Copy link

@dbermond dbermond commented Jul 13, 2018

what should be used instead of av_register_all()?

Nothing. You can just omit this function call in ffmpeg 4.0 and later.

@MilaCridlig
Copy link

@MilaCridlig MilaCridlig commented Jul 13, 2018

@leandromoreira
Copy link
Owner

@leandromoreira leandromoreira commented Jul 13, 2018

FFmpeg is a project that is always moving, therefore from time to time we need to go to the docs and learn the new ways or new "object" to be used. ;/ I need to find some time and inspiration to get back to this amazing project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants