Commit a9f3f5fa authored by Janne Grunau's avatar Janne Grunau

Revert "tiff: support reading gray+alpha at 8 bits"

This reverts commit b31d76e4 as it
uses an unkown pixel format.
parent 819bb3e8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment