mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 21:12:23 +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){
|
||||
//|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 @@ static uint32_t preinit(const char *arg){
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user