Printing driver name

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4014 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nick 2002-01-06 17:12:19 +00:00
parent 9764478ac5
commit 2e955c8bfc
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ int vidix_preinit(const char *drvname)
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;