mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
Revert "lavc/tiff: correct the default value of YCbCrSubsampling to 2x2"
This reverts commit eb5d0f18ff609ba2280cea4e2c6286d216c8756b. Together with 89f464e9, it breaks decoding of tiff files like fate-suite/exif/image_small.tiff
This commit is contained in:
parent
3def984a98
commit
dbd3dbb476
@ -2065,7 +2065,7 @@ static av_cold int tiff_init(AVCodecContext *avctx)
|
||||
s->width = 0;
|
||||
s->height = 0;
|
||||
s->subsampling[0] =
|
||||
s->subsampling[1] = 2;
|
||||
s->subsampling[1] = 1;
|
||||
s->avctx = avctx;
|
||||
ff_lzw_decode_open(&s->lzw);
|
||||
if (!s->lzw)
|
||||
|
Loading…
x
Reference in New Issue
Block a user