# HG changeset patch # User nick # Date 1010337139 0 # Node ID 625b61fd11fb0ff1188a352fd020b7ad788ac60b # Parent 01092e2aea165f4b91542e82a3c020a86f6abf97 Printing driver name diff -r 01092e2aea16 -r 625b61fd11fb libvo/vosub_vidix.c --- a/libvo/vosub_vidix.c Sun Jan 06 17:10:27 2002 +0000 +++ b/libvo/vosub_vidix.c Sun Jan 06 17:12:19 2002 +0000 @@ -71,6 +71,7 @@ printf("vosub_vidix: Couldn't get capability: %s\n",strerror(err)); return -1; } + printf("vosub_vidix: Using: %s\n",vidix_cap.name); /* we are able to tune up this stuff depend on fourcc format */ video_out_vesa.draw_slice=vidix_draw_slice; video_out_vesa.draw_frame=vidix_draw_frame;