mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
debug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8918 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
944518c7dd
commit
aa2581c594
@ -103,6 +103,7 @@ static uint32_t preinit(const char *arg){
|
|||||||
if(!arg){
|
if(!arg){
|
||||||
//|O_NONBLOCK
|
//|O_NONBLOCK
|
||||||
#ifndef HAVE_DVB_HEAD
|
#ifndef HAVE_DVB_HEAD
|
||||||
|
printf("Opening /dev/ost/video+audio\n");
|
||||||
if((vo_mpegpes_fd = open("/dev/ost/video",O_RDWR)) < 0){
|
if((vo_mpegpes_fd = open("/dev/ost/video",O_RDWR)) < 0){
|
||||||
perror("DVB VIDEO DEVICE: ");
|
perror("DVB VIDEO DEVICE: ");
|
||||||
return -1;
|
return -1;
|
||||||
@ -112,6 +113,7 @@ static uint32_t preinit(const char *arg){
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
printf("Opening /dev/dvb/adapter0/video0+audio0\n");
|
||||||
if((vo_mpegpes_fd = open("/dev/dvb/adapter0/video0",O_RDWR)) < 0){
|
if((vo_mpegpes_fd = open("/dev/dvb/adapter0/video0",O_RDWR)) < 0){
|
||||||
perror("DVB VIDEO DEVICE: ");
|
perror("DVB VIDEO DEVICE: ");
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user