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 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

Thank you very much !

@MilaCridlig
Copy link

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

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 commented Jul 13, 2018 via email

@leandromoreira
Copy link
Owner

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.

WXbet added a commit to OpenVisionE2/minidlna that referenced this issue Jan 31, 2022
WXbet added a commit to OpenVisionE2/minidlna that referenced this issue Jan 31, 2022
- fix build errors with FFmpeg 5 due to removed deprecated functions, see http://ffmpeg.org/pipermail/ffmpeg-devel/2018-February/225051.html
- we can omit this function call in ffmpeg 4.0 and later, see leandromoreira/ffmpeg-libav-tutorial#29 (comment)
WXbet added a commit to OpenVisionE2/minidlna that referenced this issue Jan 31, 2022
- fix build errors with FFmpeg 5 due to removed deprecated functions, see http://ffmpeg.org/pipermail/ffmpeg-devel/2018-February/225051.html
- we can omit this function call in ffmpeg 4.0 and later, see leandromoreira/ffmpeg-libav-tutorial#29 (comment)
persianpros pushed a commit to OpenVisionE2/minidlna that referenced this issue Jan 31, 2022
- Fix build errors with FFmpeg 5 due to removed deprecated functions, see http://ffmpeg.org/pipermail/ffmpeg-devel/2018-February/225051.html
- We can omit this function call in ffmpeg 4.0 and later, see leandromoreira/ffmpeg-libav-tutorial#29 (comment)
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

No branches or pull requests

4 participants