diff mov.c @ 3135:cf8df6a00eb5 libavformat

misc spelling fixes
author diego
date Mon, 10 Mar 2008 18:42:09 +0000
parents da04b574d131
children 49989c8b181c
line wrap: on
line diff
--- a/mov.c	Mon Mar 10 00:48:36 2008 +0000
+++ b/mov.c	Mon Mar 10 18:42:09 2008 +0000
@@ -665,9 +665,9 @@
             (c->fc->video_codec_id ? codec_get_id(codec_movvideo_tags, format) != c->fc->video_codec_id
                                    : st->codec->codec_tag != MKTAG('j', 'p', 'e', 'g'))
            ){
-            /* multiple fourcc, we skip jpeg, this isnt correct, we should export it as
-               seperate AVStream but this needs a few changes in the mov demuxer, patch
-               welcome */
+            /* Multiple fourcc, we skip JPEG. This is not correct, we should
+             * export it as a separate AVStream but this needs a few changes
+             * in the MOV demuxer, patch welcome. */
             url_fskip(pb, size - (url_ftell(pb) - start_pos));
             continue;
         }