FFmpeg-encode-example icon indicating copy to clipboard operation
FFmpeg-encode-example copied to clipboard

av_register_all() deprecated

Open AndreiCherniaev opened this issue 2 years ago • 1 comments

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

AndreiCherniaev avatar Sep 07 '23 01:09 AndreiCherniaev

Thanks. I will update my example.

UnickSoft avatar Sep 07 '23 18:09 UnickSoft