Re: [FFmpeg-devel] [PATCH] avcodec/tiff: add initial bayer and sub image support

2018-11-07 Thread Paul B Mahol
On 11/1/18, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavcodec/tiff.c | 162 ++ > libavcodec/tiff.h | 6 +- > 2 files changed, 156 insertions(+), 12 deletions(-) Will apply if there are no comments.

[FFmpeg-devel] [PATCH] avcodec/tiff: add initial bayer and sub image support

2018-11-01 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/tiff.c | 162 ++ libavcodec/tiff.h | 6 +- 2 files changed, 156 insertions(+), 12 deletions(-) diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index b537ec06a5..74b76c9fdf 100644 --- a/libavcodec/tiff.c +