From 28df2fb0f927abb770a8bd5b3acb429560bd2ebf Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Sun, 17 May 2020 18:46:10 +0200 Subject: [PATCH] [input] Extra comment --- src/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input.h b/src/input.h index 2d098465..c50425f7 100644 --- a/src/input.h +++ b/src/input.h @@ -133,7 +133,7 @@ struct input_definition /* * Transfer stream data to the player's input buffer. Data must be PCM-LE * samples. The input evbuf will be drained on succesful write. This is to avoid - * copying memory. + * copying memory. Thread-safe. * * @in evbuf Raw PCM_LE audio data to write * @in evbuf Quality of the PCM (sample rate etc.)