]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[core] fix documentation error for switch_core_media_bug_read()
authorChris Rienzo <chris@signalwire.com>
Fri, 15 Jan 2021 14:27:33 +0000 (14:27 +0000)
committerChris Rienzo <chris@signalwire.com>
Fri, 15 Jan 2021 14:27:33 +0000 (14:27 +0000)
src/include/switch_core.h

index 34bb1d84bda9baf0d288b0ad80e6243465f09af5..92e1452aa09b6a14c77fdcec30a044ee8bd2a146 100644 (file)
@@ -421,7 +421,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_bug_transfer_callback(switch_c
   \brief Read a frame from the bug
   \param bug the bug to read from
   \param frame the frame to write the data to
-  \return the amount of data
+  \return SWITCH_STATUS_SUCCESS if the operation was a success
 */
 SWITCH_DECLARE(switch_status_t) switch_core_media_bug_read(_In_ switch_media_bug_t *bug, _In_ switch_frame_t *frame, switch_bool_t fill);