X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fqtrleenc.c;h=a8963ab78a666ca1fcc1f649348de6b38bc60a67;hb=f57ab7ed376eea3ebb808583cdef7af4b0e1144e;hp=0e10c763652b86413d65a46b471bd615adfc9f52;hpb=31801ded9a863252a7e64d0edc4e0c6c3adb72ad;p=ffmpeg diff --git a/libavcodec/qtrleenc.c b/libavcodec/qtrleenc.c index 0e10c763652..a8963ab78a6 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 */