mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-30 22:00:51 +08:00
lavc/tiff: correct the default value of YCbCrSubsampling to 2x2
This commit is contained in:
committed by
Carl Eugen Hoyos
parent
5f13859873
commit
eb5d0f18ff
@@ -2065,7 +2065,7 @@ static av_cold int tiff_init(AVCodecContext *avctx)
|
||||
s->width = 0;
|
||||
s->height = 0;
|
||||
s->subsampling[0] =
|
||||
s->subsampling[1] = 1;
|
||||
s->subsampling[1] = 2;
|
||||
s->avctx = avctx;
|
||||
ff_lzw_decode_open(&s->lzw);
|
||||
if (!s->lzw)
|
||||
|
||||
Reference in New Issue
Block a user