intel / libyami-utils

Libyami Utilities
Apache License 2.0
24 stars 45 forks source link

decode avformat: av_register_all is deprecated since 58.9.100 #118

Closed uartie closed 6 years ago

uartie commented 6 years ago

av_register_all was deprecated in FFMPEG commit 0694d8702421e7aff1340038559c438b61bb30dd

It is no longer necessary to call av_register_all after this commit.

Fixes #117

Signed-off-by: U. Artie Eoff ullysses.a.eoff@intel.com

uartie commented 6 years ago

@xuguangxin thanks for the review. Please wait for CI builds to complete before merges in the future.