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:
authorDiego Biurrun <diego@biurrun.de>2011-12-07 16:03:53 +0400
committerDiego Biurrun <diego@biurrun.de>2011-12-13 02:06:23 +0400
commit58c42af722cebecd86e340dc3ed9ec44b1fe4a55 (patch)
tree9541c2a43eb2f181d670c04e200a6bd43ad8d4fc /libavcodec/ituh263enc.c
parent8b494b7b2773eb45c0ed364e346602de0d578196 (diff)
doxygen: misc consistency, spelling and wording fixes
Diffstat (limited to 'libavcodec/ituh263enc.c')
-rw-r--r--libavcodec/ituh263enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ituh263enc.c b/libavcodec/ituh263enc.c
index b9888f0ba7..6efba2d65a 100644
--- a/libavcodec/ituh263enc.c
+++ b/libavcodec/ituh263enc.c
@@ -302,7 +302,7 @@ void ff_clean_h263_qscales(MpegEncContext *s){
static const int dquant_code[5]= {1,0,9,2,3};
/**
- * encodes a 8x8 block.
+ * Encode an 8x8 block.
* @param block the 8x8 block
* @param n block index (0-3 are luma, 4-5 are chroma)
*/