X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_untile.c;h=154b92d08c433144cff1867503ee4e44cfed5f76;hb=985c0dac674846721ec8ff23344c16ac7d1c9a1e;hp=9a2eb2490101eaddeee1d4d8643f3c29f8d0db8f;hpb=1eb311011548867b118dd461442365195fb5fb7d;p=ffmpeg diff --git a/libavfilter/vf_untile.c b/libavfilter/vf_untile.c index 9a2eb249010..154b92d08c4 100644 --- a/libavfilter/vf_untile.c +++ b/libavfilter/vf_untile.c @@ -136,7 +136,7 @@ static int activate(AVFilterContext *ctx) out->height = outlink->h; out->data[0] += y * out->linesize[0]; out->data[0] += x * s->max_step[0]; - if (!(s->desc->flags & AV_PIX_FMT_FLAG_PAL || s->desc->flags & FF_PSEUDOPAL)) { + if (!(s->desc->flags & AV_PIX_FMT_FLAG_PAL)) { for (i = 1; i < 3; i ++) { if (out->data[i]) { out->data[i] += (y >> s->desc->log2_chroma_w) * out->linesize[i];