diff options
author | heimdallr <heimdallr@ngs.ru> | 2018-03-31 19:37:23 +0700 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-07-10 01:18:52 +0200 |
commit | eb8654610927dc3dcacf777b0a8bd52ce6c02431 (patch) | |
tree | 290b5602a0d39d83b6f4d0932082558ba91e9bc7 /libavcodec/ttadata.h | |
parent | 367d459f78c1cecce1d1a8e5bbe6a8b908de3e2f (diff) | |
download | ffmpeg-eb8654610927dc3dcacf777b0a8bd52ce6c02431.tar.gz |
avcodec/imgconvert: Fix loss mask bug in avcodec_find_best_pix_fmt_of_list()
example:
AVPixelFormat pixFmts[] = { AV_PIX_FMT_RGB24, AV_PIX_FMT_RGBA };
int loss = 0;
AVPixelFormat best = avcodec_find_best_pix_fmt_of_list(pixFmts, AV_PIX_FMT_BGRA, 1, &loss);
best is AV_PIX_FMT_RGB24. But AV_PIX_FMT_RGBA is better.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 354b26a3945eadd4ed8fcd801dfefad2566241de)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/ttadata.h')
0 files changed, 0 insertions, 0 deletions