Re: [FFmpeg-devel] [PATCH V2] lavf/vf_ocr: add subregion support

2021-06-17 Thread Lingjiang Fang
On Thu, 17 Jun 2021 22:08:52 +0530 Gyan Doshi wrote: > On 2021-06-17 20:28, Lingjiang Fang wrote: > > fix bugs of previous patch, ping for review > > --- > > doc/filters.texi | 7 +++ > > libavfilter/vf_ocr.c | 35 ++- > > 2 files changed, 41 insertion

Re: [FFmpeg-devel] [PATCH V2] lavf/vf_ocr: add subregion support

2021-06-17 Thread Gyan Doshi
On 2021-06-17 20:28, Lingjiang Fang wrote: fix bugs of previous patch, ping for review --- doc/filters.texi | 7 +++ libavfilter/vf_ocr.c | 35 ++- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/doc/filters.texi b/doc/filters.texi ind

[FFmpeg-devel] [PATCH V2] lavf/vf_ocr: add subregion support

2021-06-17 Thread Lingjiang Fang
fix bugs of previous patch, ping for review --- doc/filters.texi | 7 +++ libavfilter/vf_ocr.c | 35 ++- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/doc/filters.texi b/doc/filters.texi index da8f7d7726..a955cf46e0 100644 --- a/doc/filters