diff options
Diffstat (limited to 'libavfilter/median.h')
-rw-r--r-- | libavfilter/median.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/median.h b/libavfilter/median.h index bb07fdd..89ae047 100644 --- a/libavfilter/median.h +++ b/libavfilter/median.h @@ -30,6 +30,7 @@ typedef struct MedianContext { int planes; int radius; + int radiusV; int planewidth[4]; int planeheight[4]; |