]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wmv2.c
fix some printf format specifiers
[ffmpeg] / libavcodec / wmv2.c
index f2f055c9f32a5b006787c2556cb811646c867002..2fc6df021884832ed3c9b8c288e5aa9be01f4a12 100644 (file)
@@ -194,8 +194,9 @@ int ff_wmv2_encode_picture_header(MpegEncContext * s, int picture_number)
     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)