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
|
||||
pthread_cleanup_pop(NULL);
|
||||
#endif
|
||||
#ifdef USE_DRM
|
||||
drm_clean_up();
|
||||
#endif
|
||||
|
||||
return dummy;
|
||||
}
|
||||
|
||||
@ -6753,7 +6751,9 @@ void VideoExit(void)
|
||||
Connection = 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef USE_DRM
|
||||
drm_clean_up();
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef USE_DRM
|
||||
|
Loading…
Reference in New Issue
Block a user