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
/root/project/src/video/VideoStream.cpp:89:48: warning: 'AVStream::codec' is deprecated [-Wdeprecated-declarations] /root/project/src/video/VideoStream.cpp:123:29: warning: 'void av_free_packet(AVPacket*)' is deprecated [-Wdeprecated-declarations] /root/project/src/video/VideoStream.cpp:145:73: warning: 'int avcodec_decode_video2(AVCodecContext*, AVFrame*, int*, const AVPacket*)' is deprecated [-Wdeprecated-declarations]
And FFFMPEG tends to be a pain with informing you what you should use instead...
The text was updated successfully, but these errors were encountered:
https://libav.org/documentation/doxygen/master/deprecated.html Finally found it, a list of what you should use instead of the deprecated functions. I still don't understand why it is not in the actual API docs. And it is still a pain to convert...
Sorry, something went wrong.
IMPROVE: WIP updated ffmpeg code #124
22dd81e
spillerrec
No branches or pull requests
And FFFMPEG tends to be a pain with informing you what you should use instead...
The text was updated successfully, but these errors were encountered: