[SCM] libav/experimental: Revert "tiff: support reading gray+alpha at 8 bits"

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:03:57 UTC 2014


The following commit has been merged in the experimental branch:
commit a9f3f5fadb57bae3f3ff0be69e56b2c6014f2513
Author: Janne Grunau <janne-libav at jannau.net>
Date:   Mon Jul 21 08:35:32 2014 +0200

    Revert "tiff: support reading gray+alpha at 8 bits"
    
    This reverts commit b31d76e45fc3c6529dd7109e721676f3ec376d00 as it
    uses an unkown pixel format.

diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c
index 69d55c6..6c72dc8 100644
--- a/libavcodec/tiff.c
+++ b/libavcodec/tiff.c
@@ -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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list