summaryrefslogtreecommitdiff
path: root/libavfilter/v360.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-10-16 11:37:07 +0200
committerPaul B Mahol <onemda@gmail.com>2021-10-16 11:39:15 +0200
commit5bcc61ce87922ecccaaa0bd303a7e195929859a8 (patch)
tree5301a4a61d3aad47336173eb56eb5ffaaba3efd2 /libavfilter/v360.h
parent3cc3f5de2afda5b8f880c0817e9d67c2dafbfe1e (diff)
avfilter/vf_v360: add reset_rot option
Diffstat (limited to 'libavfilter/v360.h')
-rw-r--r--libavfilter/v360.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/v360.h b/libavfilter/v360.h
index b8ade2591c..05e3435b44 100644
--- a/libavfilter/v360.h
+++ b/libavfilter/v360.h
@@ -122,6 +122,7 @@ typedef struct V360Context {
int in, out;
int interp;
int alpha;
+ int reset_rot;
int width, height;
char *in_forder;
char *out_forder;