mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2023-10-10 13:37:41 +02:00
Reverse DETA fix
This commit is contained in:
parent
dfe70f4f96
commit
2f0b1d0df9
8
video.c
8
video.c
@ -5262,9 +5262,7 @@ static void *VideoHandlerThread(void *dummy)
|
|||||||
#ifdef PLACEBO
|
#ifdef PLACEBO
|
||||||
pthread_cleanup_pop(NULL);
|
pthread_cleanup_pop(NULL);
|
||||||
#endif
|
#endif
|
||||||
#ifdef USE_DRM
|
|
||||||
drm_clean_up();
|
|
||||||
#endif
|
|
||||||
return dummy;
|
return dummy;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -6753,7 +6751,9 @@ void VideoExit(void)
|
|||||||
Connection = 0;
|
Connection = 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef USE_DRM
|
||||||
|
drm_clean_up();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef USE_DRM
|
#ifdef USE_DRM
|
||||||
|
Loading…
Reference in New Issue
Block a user