diff libvo/vosub_vidix.c @ 4013:625b61fd11fb

Printing driver name
author nick
date Sun, 06 Jan 2002 17:12:19 +0000
parents 938d37ad4f85
children cb7c183816f8
line wrap: on
line diff
--- a/libvo/vosub_vidix.c	Sun Jan 06 17:10:27 2002 +0000
+++ b/libvo/vosub_vidix.c	Sun Jan 06 17:12:19 2002 +0000
@@ -71,6 +71,7 @@
 		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;