aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/m4vdec.c
diff options
context:
space:
mode:
authorheimdallr <heimdallr@ngs.ru>2018-03-31 19:37:23 +0700
committerMichael Niedermayer <michael@niedermayer.cc>2018-07-08 19:45:46 +0200
commite0888e57588fd90ea648b0dac12ed6df6ec79cfe (patch)
tree2617791030f2bae791ef4bb6c4c2d7c9d8dbdd70 /libavformat/m4vdec.c
parent7050970d066b853f82b0891fd7b57c19b4fd9095 (diff)
downloadffmpeg-e0888e57588fd90ea648b0dac12ed6df6ec79cfe.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 'libavformat/m4vdec.c')
0 files changed, 0 insertions, 0 deletions