diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-03-31 13:22:10 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-04-02 12:25:37 +0200 |
commit | b00b935d994d8f0a57427c30d6b779e0837dff43 (patch) | |
tree | 6aff9c608da7f2dbdb8511e1d482787d980eddbb /libavfilter/v360.h | |
parent | 7039045c56e8747e5827dc32236d8c88691ecc46 (diff) | |
download | ffmpeg-b00b935d994d8f0a57427c30d6b779e0837dff43.tar.gz |
avfilter/vf_v360: add lagrange9 interpolation
Diffstat (limited to 'libavfilter/v360.h')
-rw-r--r-- | libavfilter/v360.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/v360.h b/libavfilter/v360.h index f2f1a47144..e9a47593c9 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -57,6 +57,7 @@ enum Projections { enum InterpMethod { NEAREST, BILINEAR, + LAGRANGE9, BICUBIC, LANCZOS, SPLINE16, |