Re: [FFmpeg-devel] [PATCH] doc/encoders: Add all options for JPEG2000 encoder

2020-08-09 Thread Gautam Ramakrishnan
On Mon, Aug 10, 2020 at 12:07 AM Gyan Doshi wrote: > > > > On 09-08-2020 11:13 pm, gautamr...@gmail.com wrote: > > From: Gautam Ramakrishnan > > > > This patch updates the documentation by adding all options > > for JPEG2000 encoder. > > --- > > doc/encoders.texi | 20 > >

Re: [FFmpeg-devel] [PATCH] doc/encoders: Add all options for JPEG2000 encoder

2020-08-09 Thread Gyan Doshi
On 09-08-2020 11:13 pm, gautamr...@gmail.com wrote: From: Gautam Ramakrishnan This patch updates the documentation by adding all options for JPEG2000 encoder. --- doc/encoders.texi | 20 1 file changed, 20 insertions(+) diff --git a/doc/encoders.texi b/doc/encoders.te

[FFmpeg-devel] [PATCH] doc/encoders: Add all options for JPEG2000 encoder

2020-08-09 Thread gautamramk
From: Gautam Ramakrishnan This patch updates the documentation by adding all options for JPEG2000 encoder. --- doc/encoders.texi | 20 1 file changed, 20 insertions(+) diff --git a/doc/encoders.texi b/doc/encoders.texi index de0472e225..aaac026709 100644 --- a/doc/encoders.