summaryrefslogtreecommitdiff
path: root/pjmedia/include/pjmedia/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjmedia/include/pjmedia/sound.h')
-rw-r--r--pjmedia/include/pjmedia/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjmedia/include/pjmedia/sound.h b/pjmedia/include/pjmedia/sound.h
index 39c71b92..b164c53a 100644
--- a/pjmedia/include/pjmedia/sound.h
+++ b/pjmedia/include/pjmedia/sound.h
@@ -253,7 +253,7 @@ PJ_DECL(pj_status_t) pjmedia_snd_open_player( int index,
* Get information about live stream.
*
* @param strm The stream to be queried.
- * @param i Pointer to stream information to be filled up with
+ * @param pi Pointer to stream information to be filled up with
* information about the stream.
*
* @return PJ_SUCCESS on success or the appropriate error code.