apc-llc / moviemaker-cpp

Encode video frame by frame in C++ using FFmpeg
MIT License
87 stars 14 forks source link

Remove av_register_all() #17

Closed AndreiCherniaev closed 1 year ago

AndreiCherniaev commented 1 year ago

av_register_all() - No longer used since 2018, Just delete this line. Thanks https://stackoverflow.com/a/57187224/7915017

Tested on Ubuntu 22.