We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Environment: Fedora 28 FFmpeg: ffmpeg-devel-4.0.1-1.fc28.x86_64
[23/31] Compiling C object 'app/app@@scrcpy@exe/src_main.c.o'. ../app/src/main.c: In Funktion »main«: ../app/src/main.c:277:5: Warnung: »av_register_all« ist veraltet [-Wdeprecated-declarations] av_register_all(); ^~~~~~~~~~~~~~~ In file included from ../app/src/main.c:5: /usr/include/ffmpeg/libavformat/avformat.h:2025:6: Anmerkung: hier deklariert void av_register_all(void); ^~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
Do not call deprecated av_register_all()
fca806e
av_register_all() is deprecated in FFmpeg since this commit: <http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=0694d8702421e7aff1340038559c438b61bb30dd> It is now useless to call it: <https://ffmpeg.org/pipermail/ffmpeg-devel/2018-February/225051.html> Fixes <#203>.
No branches or pull requests
Environment: Fedora 28
FFmpeg: ffmpeg-devel-4.0.1-1.fc28.x86_64
The text was updated successfully, but these errors were encountered: