diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-02-12 21:07:29 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-02-12 21:09:51 +0100 |
commit | 34922dffcae2eb3d0aa1f98a1a7e022c7edb0e6e (patch) | |
tree | ebcc6290a0f2db8642aafe799380b1576b0feec2 /libavfilter/gblur.h | |
parent | d1802e263c21686f95f51dc0002bc396209e8479 (diff) | |
download | ffmpeg-34922dffcae2eb3d0aa1f98a1a7e022c7edb0e6e.tar.gz |
avfilter/vf_gblur: add float format support
Diffstat (limited to 'libavfilter/gblur.h')
-rw-r--r-- | libavfilter/gblur.h | 1 |
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]; |