X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fwmv2.c;h=2fc6df021884832ed3c9b8c288e5aa9be01f4a12;hb=706da4af320bc212b537744460a8ded989b51256;hp=f2f055c9f32a5b006787c2556cb811646c867002;hpb=f0edfda5782158d0485c68200ce0d41d06c93027;p=ffmpeg diff --git a/libavcodec/wmv2.c b/libavcodec/wmv2.c index f2f055c9f32..2fc6df02188 100644 --- a/libavcodec/wmv2.c +++ b/libavcodec/wmv2.c @@ -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)