summaryrefslogtreecommitdiffstats
path: root/libvo/vosub_vidix.c
diff options
context:
space:
mode:
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;