FFmpeg-encode-example
FFmpeg-encode-example copied to clipboard
av_register_all() deprecated
The tutorial mentions that the call to av_register_all() is required, although it seems it's deprecated since ffmpeg 4.0.
https://github.com/UnickSoft/FFmpeg-encode-example/blob/be7f2a49fbd67e62b29f78ae456d92cf71df446e/ffmpegEncoder/VideoEncoder.cpp#L24
Thanks. I will update my example.