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:
authorVittorio Giovara <vittorio.giovara@gmail.com>2016-04-27 20:45:23 +0300
committerDiego Biurrun <diego@biurrun.de>2016-05-04 19:16:21 +0300
commit41ed7ab45fc693f7d7fc35664c0233f4c32d69bb (patch)
tree146a086cf7c1881d55f9261b58138983e13af21c /libavcodec/mqc.h
parent5c31eaa9998b2185e0aa04d11adff128498dc14a (diff)
cosmetics: Fix spelling mistakes
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/mqc.h')
-rw-r--r--libavcodec/mqc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/mqc.h b/libavcodec/mqc.h
index a65433e2b2..63261927c6 100644
--- a/libavcodec/mqc.h
+++ b/libavcodec/mqc.h
@@ -50,7 +50,7 @@ typedef struct MqcState {
/**
* Initialize MQ-decoder.
* @param mqc MQ decoder state
- * @param bp byte poiter
+ * @param bp byte pointer
*/
void ff_mqc_initdec(MqcState *mqc, uint8_t *bp);
@@ -58,7 +58,7 @@ void ff_mqc_initdec(MqcState *mqc, uint8_t *bp);
* MQ decoder.
* @param mqc MQ decoder state
* @param cxstate Context
- * @return Decision (0 ot 1)
+ * @return Decision (0 to 1)
*/
int ff_mqc_decode(MqcState *mqc, uint8_t *cxstate);