mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 04:02:06 +00:00
Printing driver name
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4014 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9764478ac5
commit
2e955c8bfc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user