]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_ocr: add white space to whitelist
authorDominic Mayers <dominic.mayers@meditationstudies.org>
Thu, 18 Mar 2021 19:52:53 +0000 (15:52 -0400)
committerMarton Balint <cus@passwd.hu>
Fri, 19 Mar 2021 22:00:04 +0000 (23:00 +0100)
commit626e0dd060042b203c5b49512b695e03d8560da1
treed232b81b2b88e8a216d4c67407a06b1b762eb3d0
parentd86f44fecc940e0b3865595ece6b7b7ebb3a9a4f
avfilter/vf_ocr: add white space to whitelist

Fixes #9151. The current version of libavfilter/vf_ocr.c does not have white
space in the default whitelist. But it is recommanded to include white
space. See https://github.com/tesseract-ocr/tesseract/issues/2923

Signed-off-by: Marton Balint <cus@passwd.hu>
libavfilter/vf_ocr.c