Mercurial > mplayer.hg
changeset 4013:625b61fd11fb
Printing driver name
author | nick |
---|---|
date | Sun, 06 Jan 2002 17:12:19 +0000 |
parents | 01092e2aea16 |
children | cb7c183816f8 |
files | libvo/vosub_vidix.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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;