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", 
> OFFSET(get_subimage), AV_OPT_TYPE_BOOL, {.i64=0},  0, 1, 
> AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM },
> +    { "page", "page number of multi-page image to decode (starting from 1)", 
> OFFSET(get_page), AV_OPT_TYPE_INT, {.i64=0}, 0, UINT16_MAX, 
> AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM },
>      { NULL },
>  };

I was about to write "could you please also update the documentation",
but just realized that the tiff encoder isn't documented. :-P

Cheers,
Moritz
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to