lavc/ffv1dec: drop code handling AV_PIX_FMT_FLAG_PAL

No paletted pixel formats are supported by the decoder.
This commit is contained in:
Anton Khirnov 2024-07-22 10:46:26 +02:00
parent 43cde54fc1
commit 15bdca054f
1 changed files with 1 additions and 4 deletions

View File

@ -982,10 +982,7 @@ static int decode_frame(AVCodecContext *avctx, AVFrame *rframe,
(sc->slice_y >> sv) + ((sc->slice_x >> sh) << pixshift);
}
if (desc->flags & AV_PIX_FMT_FLAG_PAL) {
dst[1] = p->data[1];
src[1] = f->last_picture.f->data[1];
}
av_image_copy(dst, p->linesize, src,
f->last_picture.f->linesize,
avctx->pix_fmt,