diff options
author | nick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-06 17:12:19 +0000 |
---|---|---|
committer | nick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-06 17:12:19 +0000 |
commit | 2e955c8bfcb340e9115892ee1f8adbeb12791711 (patch) | |
tree | eedaf0641ddd42e092163769999cd6d103cdec33 /libvo | |
parent | 9764478ac51c7509fb9726eafeb4ad94be49233e (diff) |
Printing driver name
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4014 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vosub_vidix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vosub_vidix.c b/libvo/vosub_vidix.c index d5082eb907..2868f77ddc 100644 --- a/libvo/vosub_vidix.c +++ b/libvo/vosub_vidix.c @@ -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; |