Mercurial > mplayer.hg
changeset 8917:0694a2fba3dd
debug
author | arpi |
---|---|
date | Sun, 12 Jan 2003 17:46:21 +0000 |
parents | e3bce0159317 |
children | 3168cfe4f7d1 |
files | libvo/vo_mpegpes.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_mpegpes.c Sun Jan 12 17:34:46 2003 +0000 +++ b/libvo/vo_mpegpes.c Sun Jan 12 17:46:21 2003 +0000 @@ -103,6 +103,7 @@ if(!arg){ //|O_NONBLOCK #ifndef HAVE_DVB_HEAD + printf("Opening /dev/ost/video+audio\n"); if((vo_mpegpes_fd = open("/dev/ost/video",O_RDWR)) < 0){ perror("DVB VIDEO DEVICE: "); return -1; @@ -112,6 +113,7 @@ return -1; } #else + printf("Opening /dev/dvb/adapter0/video0+audio0\n"); if((vo_mpegpes_fd = open("/dev/dvb/adapter0/video0",O_RDWR)) < 0){ perror("DVB VIDEO DEVICE: "); return -1;