diff options
Diffstat (limited to 'src/post/planar/expand.c')
-rw-r--r-- | src/post/planar/expand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/planar/expand.c b/src/post/planar/expand.c index 5848775fb..41ab10227 100644 --- a/src/post/planar/expand.c +++ b/src/post/planar/expand.c @@ -243,7 +243,7 @@ static vo_frame_t *expand_get_frame(xine_video_port_t *port_gen, uint32_t width, uint32_t new_height, top_bar_height; int i, end; - _x_post_rewire_video(port); + _x_post_rewire(&this->post); if (ratio <= 0.0) ratio = (double)width / (double)height; |