mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
libdvbsub/dvbsub.cpp: fix pid reporting on resume
This commit is contained in:
@@ -115,7 +115,7 @@ printf("[dvb-sub] ***************************************** start, stopped %d pi
|
|||||||
pthread_mutex_lock(&readerMutex);
|
pthread_mutex_lock(&readerMutex);
|
||||||
pthread_cond_broadcast(&readerCond);
|
pthread_cond_broadcast(&readerCond);
|
||||||
pthread_mutex_unlock(&readerMutex);
|
pthread_mutex_unlock(&readerMutex);
|
||||||
printf("[dvb-sub] started with pid 0x%x\n", pid);
|
printf("[dvb-sub] started with pid 0x%x\n", dvbsub_pid);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
|
Reference in New Issue
Block a user