Hi Nich,
On Fri, Mar 22, 2019 at 17:55:56 +0200, velocit...@gmail.com wrote:
> libavcodec/tiff.c | 25 -
> 1 file changed, 24 insertions(+), 1 deletion(-)
[...]
> static const AVOption tiff_options[] = {
> { "subimage", "decode subimage instead if available",
> OFFS
From: Nick Renieris
Option "-page N" (page index N starts from 1) can now be used to specify which
TIFF page/subfile to decode.
Signed-off-by: Nick Renieris
---
libavcodec/tiff.c | 25 -
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/libavcodec/tiff.c b/