Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index 49244faf23..95776a09f5 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -650,7 +650,7 @@ int ff_bprint_to_codecpar_extradata(AVCodecParameters *par, struct AVBPrint *buf
* The packet is not removed from the interleaving queue, but only
* a pointer to it is returned.
*
- * @param ts_offset the ts difference between packet in the que and the muxer.
+ * @param ts_offset the ts difference between packet in the queue and the muxer.
*
* @return a pointer to the next packet, or NULL if no packet is queued
* for this stream.