dr_meter icon indicating copy to clipboard operation
dr_meter copied to clipboard

Update to the latest version of ffmpeg

Open simon-r opened this issue 13 years ago • 2 comments

I've updated the code to the latest version of ffmpeg. av_close_input_stream( .... ) is deprecated!

Please don't use the -Wall option.

simon-r avatar Sep 11 '12 20:09 simon-r

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)

Hawke avatar Sep 11 '12 22:09 Hawke

Instead of removing -Werror, it would be better to add -Wno-error=deprecated-declarations.

magical avatar Sep 11 '12 22:09 magical