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 '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 39104b1f3d..8bf7223d41 100644
--- a/libavcodec/mqc.h
+++ b/libavcodec/mqc.h
@@ -66,7 +66,7 @@ int ff_mqc_flush_to(MqcState *mqc, uint8_t *dst, int *dst_len);
/**
* Initialize MQ-decoder.
* @param mqc MQ decoder state
- * @param bp byte poiter
+ * @param bp byte pointer
* @param raw raw mode
* @param reset reset states
*/
@@ -76,7 +76,7 @@ void ff_mqc_initdec(MqcState *mqc, uint8_t *bp, int raw, int reset);
* 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);