summaryrefslogtreecommitdiff
path: root/libavcodec/crystalhd.c
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2012-06-28 12:01:06 -0800
committerMichael Niedermayer <michaelni@gmx.at>2012-06-29 14:54:15 +0200
commit6851130fd61ff8af615f6270f3a3c8dec7a0cfbd (patch)
tree47212f8f88c480c3fe9c66c659ad5b922d32389a /libavcodec/crystalhd.c
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/crystalhd.c')
-rw-r--r--libavcodec/crystalhd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/crystalhd.c b/libavcodec/crystalhd.c
index 62e713ed91..aaa2add333 100644
--- a/libavcodec/crystalhd.c
+++ b/libavcodec/crystalhd.c
@@ -43,7 +43,7 @@
* on testing, the code will wait until 3 pictures are ready before starting
* to copy out - and this has the effect of extending the pipeline.
*
- * Finally, while it is tempting to say that once the decoder starts outputing
+ * Finally, while it is tempting to say that once the decoder starts outputting
* frames, the software should never fail to return a frame from a decode(),
* this is a hard assertion to make, because the stream may switch between
* differently encoded content (number of b-frames, interlacing, etc) which