]> git.sesse.net Git - ffmpeg/commit
imgutils: Fix a typo in avcodec_get_pix_fmt_loss
authorLuca Barbato <lu_zero@gentoo.org>
Tue, 18 Aug 2015 14:18:30 +0000 (16:18 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Fri, 21 Aug 2015 10:03:36 +0000 (12:03 +0200)
commit47b447aaff1bc30ba986ca757346a2c5c95b786a
treeda1153f7824f6812a845378cb6c32fb09602b1e1
parentd8ebb6157d12183ed3fc987cd2ba18b404758828
imgutils: Fix a typo in avcodec_get_pix_fmt_loss

If the candidate does not have alpha and the source does have alpha
report the loss of alpha.

CC: libav-stable@libav.org
libavcodec/imgconvert.c