mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-17 18:19:45 +00:00
Issue 8246 Doxygen updates (kshumard)
THANK YOU! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46434 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -250,7 +250,8 @@ static int ogg_vorbis_rewrite(struct ast_filestream *s,
|
||||
|
||||
/*!
|
||||
* \brief Write out any pending encoded data.
|
||||
* \param s A OGG/Vorbis filestream.
|
||||
* \param s An OGG/Vorbis filestream.
|
||||
* \param f The file to write to.
|
||||
*/
|
||||
static void write_stream(struct vorbis_desc *s, FILE *f)
|
||||
{
|
||||
@@ -276,9 +277,9 @@ static void write_stream(struct vorbis_desc *s, FILE *f)
|
||||
|
||||
/*!
|
||||
* \brief Write audio data from a frame to an OGG/Vorbis filestream.
|
||||
* \param fs A OGG/Vorbis filestream.
|
||||
* \param f An frame containing audio to be written to the filestream.
|
||||
* \return -1 ifthere was an error, 0 on success.
|
||||
* \param fs An OGG/Vorbis filestream.
|
||||
* \param f A frame containing audio to be written to the filestream.
|
||||
* \return -1 if there was an error, 0 on success.
|
||||
*/
|
||||
static int ogg_vorbis_write(struct ast_filestream *fs, struct ast_frame *f)
|
||||
{
|
||||
|
Reference in New Issue
Block a user