]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/qtrleenc.c
zmbv: remove unused variable
[ffmpeg] / libavcodec / qtrleenc.c
index 0e10c763652b86413d65a46b471bd615adfc9f52..a8963ab78a666ca1fcc1f649348de6b38bc60a67 100644 (file)
@@ -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 */