diff flicvideo.c @ 6488:ecbe9565dcae libavcodec

typo fixes
author diego
date Wed, 12 Mar 2008 23:58:46 +0000
parents b854bbb8ded9
children 48759bfbd073
line wrap: on
line diff
--- a/flicvideo.c	Mon Mar 10 21:59:30 2008 +0000
+++ b/flicvideo.c	Wed Mar 12 23:58:46 2008 +0000
@@ -483,8 +483,9 @@
         switch (chunk_type) {
         case FLI_256_COLOR:
         case FLI_COLOR:
-            /* For some reason, it seems that non-paletised flics do include one of these */
-            /* chunks in their first frame.  Why i do not know, it seems rather extraneous */
+            /* For some reason, it seems that non-palettized flics do
+             * include one of these chunks in their first frame.
+             * Why I do not know, it seems rather extraneous. */
 /*            av_log(avctx, AV_LOG_ERROR, "Unexpected Palette chunk %d in non-paletised FLC\n",chunk_type);*/
             stream_ptr = stream_ptr + chunk_size - 6;
             break;