doc: fix spelling errors

Thanks to Mathieu Malaterre <malat@debian.org> for reporting the
Que/Queue typo. (https://bugs.debian.org/839542)

Reviewed-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
This commit is contained in:
Andreas Cadhalpun
2016-10-13 23:08:01 +02:00
parent 5db3c9476c
commit c8a6eb58d7
18 changed files with 25 additions and 25 deletions

View File

@@ -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.