summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.h
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-20 17:42:33 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-20 17:42:33 +0000
commit8b0fe128407b9d0bfcb32d58c57a3f78d5a180cb (patch)
treee8e03445914fca8b44454c5c54ee828fedc3b156 /libmpcodecs/vf.h
parentb7fc25cc94ab79c4c225aeb028e12b83f3c3ef4e (diff)
downloadmpv-8b0fe128407b9d0bfcb32d58c57a3f78d5a180cb.tar.bz2
mpv-8b0fe128407b9d0bfcb32d58c57a3f78d5a180cb.tar.xz
fix segfaults with slices. support slice rendering into a filter even
when the following filter/vo doesn't support slices. also use unified vf->dmpi rather than having vf->priv->dmpi duplicated in every filter. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10141 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/vf.h')
-rw-r--r--libmpcodecs/vf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpcodecs/vf.h b/libmpcodecs/vf.h
index 8b69df7ebf..caf33c1658 100644
--- a/libmpcodecs/vf.h
+++ b/libmpcodecs/vf.h
@@ -44,6 +44,7 @@ typedef struct vf_instance_s {
// data:
vf_image_context_t imgctx;
struct vf_instance_s* next;
+ mp_image_t *dmpi;
struct vf_priv_s* priv;
} vf_instance_t;