summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-01 18:47:07 +0200
committerwm4 <wm4@nowhere>2014-05-02 01:08:05 +0200
commit9243249a0e1fed9bb22213b651f285f796eb4759 (patch)
tree370931741f2d213271c08bb11a5b44a7ec3f77d4 /video/filter/vf.h
parent2a9b1d19ba3c7d9c2bd38d4eab423b9890f5f741 (diff)
downloadmpv-9243249a0e1fed9bb22213b651f285f796eb4759.tar.bz2
mpv-9243249a0e1fed9bb22213b651f285f796eb4759.tar.xz
vf: expose input parameters; clear parameters on failure
Preparation (and simplification) for following commits.
Diffstat (limited to 'video/filter/vf.h')
-rw-r--r--video/filter/vf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/filter/vf.h b/video/filter/vf.h
index 8e73c69256..9ae9740380 100644
--- a/video/filter/vf.h
+++ b/video/filter/vf.h
@@ -102,6 +102,7 @@ struct vf_chain {
struct vf_instance *first, *last;
+ struct mp_image_params input_params;
struct mp_image_params output_params;
uint8_t allowed_output_formats[IMGFMT_END - IMGFMT_START];