Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-01-27 02:03:35 +0400
committerClément Bœsch <ubitux@gmail.com>2012-01-28 14:04:19 +0400
commit23b639c44f88099fe05c51d51993970b7a6fce9a (patch)
tree2143e3da2b9620f8658fbfc9ffe8afbf543ea4d7 /libavcodec/qtrleenc.c
parent81ab42a334c3f7b7e23a259382fbd81384656c44 (diff)
Fix "ouput" typo and add a check.
Diffstat (limited to 'libavcodec/qtrleenc.c')
-rw-r--r--libavcodec/qtrleenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/qtrleenc.c b/libavcodec/qtrleenc.c
index 0e10c76365..a8963ab78a 100644
--- a/libavcodec/qtrleenc.c
+++ b/libavcodec/qtrleenc.c
@@ -205,7 +205,7 @@ static void qtrle_encode_line(QtrleEncContext *s, AVFrame *p, int line, uint8_t
prev_line -= s->pixel_size;
}
- /* Good ! Now we have the best sequence for this line, let's ouput it */
+ /* Good ! Now we have the best sequence for this line, let's output it */
/* We do a special case for the first pixel so that we avoid testing it in
* the whole loop */