]> git.sesse.net Git - ffmpeg/commit
fftools/ffmpeg_filter: Don't use deprecated function
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 26 Feb 2021 07:38:26 +0000 (08:38 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 26 Feb 2021 17:28:26 +0000 (18:28 +0100)
commit5ad0eb936c5de04d731c5e2033bc5639be8057a7
treec1e6e0a638cf90d07dbf9af739614bc20b6cd84e
parent10341743d2a91602321e2ece8c4dd88cd8073f8d
fftools/ffmpeg_filter: Don't use deprecated function

avcodec_find_best_pix_fmt_of_2 has been moved to libavutil in
617e866e25b72fa5d9f9d6bbcbd7e4bd69e63a54.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
fftools/ffmpeg_filter.c