[vlc-commits] fifo: cosmetic change
Rémi Denis-Courmont
git at videolan.org
Thu May 7 19:06:50 CEST 2015
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu May 7 20:06:29 2015 +0300| [8d57da7a2e0822da4a2559c91a97aab7e30a437e] | committer: Rémi Denis-Courmont
fifo: cosmetic change
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8d57da7a2e0822da4a2559c91a97aab7e30a437e
---
src/misc/fifo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/misc/fifo.c b/src/misc/fifo.c
index d50d794..a9250f9 100644
--- a/src/misc/fifo.c
+++ b/src/misc/fifo.c
@@ -171,7 +171,7 @@ void vlc_fifo_QueueUnlocked(block_fifo_t *fifo, block_t *block)
block = block->p_next;
}
- vlc_cond_signal(&fifo->wait);
+ vlc_fifo_Signal(fifo);
}
/**
More information about the vlc-commits
mailing list