Mercurial > mplayer.hg
changeset 4895:e0f8928a4f6b
print the number of buffers used
author | michael |
---|---|
date | Thu, 28 Feb 2002 16:24:55 +0000 |
parents | abe1a2edb422 |
children | 120027e44f80 |
files | libvo/vosub_vidix.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vosub_vidix.c Thu Feb 28 16:20:58 2002 +0000 +++ b/libvo/vosub_vidix.c Thu Feb 28 16:24:55 2002 +0000 @@ -620,6 +620,7 @@ printf("vosub_vidix: Can't configure playback: %s\n",strerror(err)); return -1; } + printf("vosub_vidix: using %d buffers\n", vidix_play.num_frames); vidix_mem = vidix_play.dga_addr;