diff options
Diffstat (limited to 'src/post/planar/expand.c')
-rw-r--r-- | src/post/planar/expand.c | 7 |
1 files changed, 4 insertions, 3 deletions
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 */ |