Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_ocr.c')
-rw-r--r--libavfilter/vf_ocr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_ocr.c b/libavfilter/vf_ocr.c
index c7ccb4a84f..6de474025a 100644
--- a/libavfilter/vf_ocr.c
+++ b/libavfilter/vf_ocr.c
@@ -146,7 +146,7 @@ static const AVFilterPad ocr_outputs[] = {
{ NULL }
};
-AVFilter ff_vf_ocr = {
+const AVFilter ff_vf_ocr = {
.name = "ocr",
.description = NULL_IF_CONFIG_SMALL("Optical Character Recognition."),
.priv_size = sizeof(OCRContext),