diff wmv2.c @ 5127:4dbe6578f811 libavcodec

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents 997c368e6433
children b215d5a5fa9a
line wrap: on
line diff
--- a/wmv2.c	Tue Jun 12 08:06:54 2007 +0000
+++ b/wmv2.c	Tue Jun 12 09:29:25 2007 +0000
@@ -194,8 +194,9 @@
     return 0;
 }
 
-// nearly idential to wmv1 but thats just because we dont use the useless M$ crap features
-// its duplicated here in case someone wants to add support for these carp features
+/* Nearly identical to wmv1 but that is just because we do not use the
+ * useless M$ crap features. It is duplicated here in case someone wants
+ * to add support for these crap features. */
 void ff_wmv2_encode_mb(MpegEncContext * s,
                        DCTELEM block[6][64],
                        int motion_x, int motion_y)