vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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 *); _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
