summaryrefslogtreecommitdiffstats
path: root/libvo/vosub_vidix.c
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-06 17:12:19 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-06 17:12:19 +0000
commit2e955c8bfcb340e9115892ee1f8adbeb12791711 (patch)
treeeedaf0641ddd42e092163769999cd6d103cdec33 /libvo/vosub_vidix.c
parent9764478ac51c7509fb9726eafeb4ad94be49233e (diff)
downloadmpv-2e955c8bfcb340e9115892ee1f8adbeb12791711.tar.bz2
mpv-2e955c8bfcb340e9115892ee1f8adbeb12791711.tar.xz
Printing driver name
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4014 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vosub_vidix.c')
-rw-r--r--libvo/vosub_vidix.c1
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;