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:
authorLou Logan <lou@lrcd.com>2012-06-29 00:01:06 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-06-29 16:54:15 +0400
commit6851130fd61ff8af615f6270f3a3c8dec7a0cfbd (patch)
tree47212f8f88c480c3fe9c66c659ad5b922d32389a /libavcodec/h264.h
parent0692d4c890bcefa708b8ee05c9f89baa2b25a22a (diff)
cosmetics: minor libavcodec spelling errors
Also update some common misspelled words in patcheck Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index a27f82f494..7605e97b57 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -513,7 +513,7 @@ typedef struct H264Context {
struct H264Context *thread_context[MAX_THREADS];
/**
- * current slice number, used to initalize slice_num of each thread/context
+ * current slice number, used to initialize slice_num of each thread/context
*/
int current_slice;