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

bluray: fix compilation as C11

(cherry picked from commit 678a61d1b9420462da2115763dfb284cc12074b8)
parent dd69fa84
......@@ -878,7 +878,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