Commit 678a61d1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

bluray: fix compilation as C11

parent 53779b3c
......@@ -880,7 +880,7 @@ static void blurayInitOverlay(demux_t *p_demux, int plane, int width, int height
return;
}
/* two references: vout + demux */
ov->released_once = ATOMIC_FLAG_INIT;
atomic_flag_clear(&ov->released_once);
p_upd_sys->p_overlay = ov;
subpicture_updater_t updater = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment