This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavc/tiff: correct the default value of YCbCrSubsampling to 2x2
tags/n4.3
Pavel Skakov
Carl Eugen Hoyos
5 years ago
parent
5f13859873
commit
eb5d0f18ff
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/tiff.c
+ 1
- 1
libavcodec/tiff.c
View File
@@ -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)
Write
Preview
Loading…
Cancel
Save