# HG changeset patch # User arpi # Date 1020894520 0 # Node ID 978e650f16f4cde35d9d0bab22e735c04452fada # Parent 12460040d86bc043722a62912fc3b43b69091926 multifile fixed diff -r 12460040d86b -r 978e650f16f4 libvo/vosub_vidix.c --- a/libvo/vosub_vidix.c Wed May 08 20:53:00 2002 +0000 +++ b/libvo/vosub_vidix.c Wed May 08 21:48:40 2002 +0000 @@ -142,6 +142,7 @@ if(verbose > 1) printf("vosub_vidix: vidix_term() was called\n"); vidix_stop(); vdlClose(vidix_handler); + ((vo_functions_t *)vo_server)->control=server_control; } static uint32_t vidix_draw_slice_swYV12(uint8_t *image[], int stride[], int w,int h,int x,int y)