mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-25 04:09:57 +00:00
Revert "tiff: support reading gray+alpha at 8 bits"
This reverts commit b31d76e45f
as it
uses an unkown pixel format.
This commit is contained in:
parent
819bb3e81c
commit
a9f3f5fadb
@ -262,9 +262,6 @@ static int init_image(TiffContext *s, AVFrame *frame)
|
||||
case 161:
|
||||
s->avctx->pix_fmt = s->le ? AV_PIX_FMT_GRAY16LE : AV_PIX_FMT_GRAY16BE;
|
||||
break;
|
||||
case 162:
|
||||
s->avctx->pix_fmt = AV_PIX_FMT_GRAY8A;
|
||||
break;
|
||||
case 324:
|
||||
s->avctx->pix_fmt = AV_PIX_FMT_RGBA;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user