1
0
mirror of https://github.com/jojo61/vdr-plugin-softhdcuvid.git synced 2023-10-10 13:37:41 +02:00

removed gittid

This commit is contained in:
jojo61 2019-10-11 12:05:26 +02:00
parent a2b52bb804
commit 06918ebbd2

View File

@ -540,10 +540,7 @@ static int X11HaveDPMS(xcb_connection_t *);
static void X11DPMSReenable(xcb_connection_t *); static void X11DPMSReenable(xcb_connection_t *);
static void X11DPMSDisable(xcb_connection_t *); static void X11DPMSDisable(xcb_connection_t *);
#endif #endif
uint64_t gettid()
{
return pthread_self();
}
/// ///
/// Update video pts. /// Update video pts.
/// ///