[vlc-commits] aout: document time_get return value
Rémi Denis-Courmont
git at videolan.org
Fri Nov 16 17:13:10 CET 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Nov 16 18:13:01 2012 +0200| [939783abde8ef7ebfe738a7864e689c55181e6cf] | committer: Rémi Denis-Courmont
aout: document time_get return value
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=939783abde8ef7ebfe738a7864e689c55181e6cf
---
include/vlc_aout.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/vlc_aout.h b/include/vlc_aout.h
index 8aefd4d..21025ae 100644
--- a/include/vlc_aout.h
+++ b/include/vlc_aout.h
@@ -155,6 +155,7 @@ struct audio_output
* (optional, may be NULL). The read offset is not returned since it is
* always implicitly equal to the current time (mdate()).
* \param write_pts timestamp of the write offset [OUT]
+ * \return 0 on success, non-zero on failure or lack of data
* \note A stream must have been started when called.
*/
void (*play)(audio_output_t *, block_t *);
More information about the vlc-commits
mailing list