dr_meter
dr_meter copied to clipboard
Update to the latest version of ffmpeg
I've updated the code to the latest version of ffmpeg. av_close_input_stream( .... ) is deprecated!
Please don't use the -Wall option.
Your change removes -Werror, but you mention -Wall in the above comment.
IMO having both is just fine (maybe not in released source code tarballs)
Instead of removing -Werror, it would be better to add -Wno-error=deprecated-declarations.