Mercurial > mplayer.hg
changeset 6018:978e650f16f4
multifile fixed
author | arpi |
---|---|
date | Wed, 08 May 2002 21:48:40 +0000 |
parents | 12460040d86b |
children | 5c3b0b165f3a |
files | libvo/vosub_vidix.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)