[vlc-commits] vout: vout_NextPicture: remove display assert
Thomas Guillem
git at videolan.org
Mon Jul 6 08:47:59 CEST 2020
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Jun 30 16:41:31 2020 +0200| [f64894429d6574be3070e43eb60c5334f182d014] | committer: Thomas Guillem
vout: vout_NextPicture: remove display assert
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f64894429d6574be3070e43eb60c5334f182d014
---
src/video_output/video_output.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c
index 793435887f..974c40573c 100644
--- a/src/video_output/video_output.c
+++ b/src/video_output/video_output.c
@@ -1430,7 +1430,6 @@ void vout_Flush(vout_thread_t *vout, vlc_tick_t date)
void vout_NextPicture(vout_thread_t *vout, vlc_tick_t *duration)
{
assert(!vout->p->dummy);
- assert(vout->p->display);
*duration = 0;
vout_control_Hold(&vout->p->control);
More information about the vlc-commits
mailing list