summaryrefslogtreecommitdiff
path: root/libavformat/gxf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/gxf.c')
-rw-r--r--libavformat/gxf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/gxf.c b/libavformat/gxf.c
index 3798bb7e89..99d39e4207 100644
--- a/libavformat/gxf.c
+++ b/libavformat/gxf.c
@@ -71,7 +71,7 @@ static int gxf_probe(AVProbeData *p) {
/**
* \brief gets the stream index for the track with the specified id, creates new
* stream if not found
- * \param stream id of stream to find / add
+ * \param id id of stream to find / add
* \param format stream format identifier
*/
static int get_sindex(AVFormatContext *s, int id, int format) {