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:
authorPaul B Mahol <onemda@gmail.com>2021-02-12 23:07:29 +0300
committerPaul B Mahol <onemda@gmail.com>2021-02-12 23:09:51 +0300
commit34922dffcae2eb3d0aa1f98a1a7e022c7edb0e6e (patch)
treeebcc6290a0f2db8642aafe799380b1576b0feec2 /libavfilter/gblur.h
parentd1802e263c21686f95f51dc0002bc396209e8479 (diff)
avfilter/vf_gblur: add float format support
Diffstat (limited to 'libavfilter/gblur.h')
-rw-r--r--libavfilter/gblur.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/gblur.h b/libavfilter/gblur.h
index 87129801de..15a8167fe5 100644
--- a/libavfilter/gblur.h
+++ b/libavfilter/gblur.h
@@ -37,6 +37,7 @@ typedef struct GBlurContext {
int steps;
int planes;
+ int flt;
int depth;
int planewidth[4];
int planeheight[4];