From 51616b96cd2793085ae314fecde90ac9a0735a04 Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Wed, 22 Oct 2003 20:38:09 +0000 Subject: Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase video_out API version to 18. CVS patchset: 5574 CVS date: 2003/10/22 20:38:09 --- src/post/planar/expand.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/post/planar/expand.c') diff --git a/src/post/planar/expand.c b/src/post/planar/expand.c index ea7a6ee60..a6db54208 100644 --- a/src/post/planar/expand.c +++ b/src/post/planar/expand.c @@ -361,9 +361,10 @@ static vo_frame_t *expand_get_frame(xine_video_port_t *port_gen, uint32_t width, * - letting the decoder copy the image * - copying the bottom black bar in expand_draw() */ - cloned_frame->copy = NULL; - cloned_frame->field = expand_field; - cloned_frame->lock = expand_lock; + cloned_frame->proc_slice = NULL; + cloned_frame->proc_frame = NULL; + cloned_frame->field = expand_field; + cloned_frame->lock = expand_lock; cloned_frame->port = port_gen; /* misuse the next pointer to remember the original */ -- cgit v1.2.3