[FFmpeg-cvslog] mpegvideo_mmx_template: drop some commented-out cruft

Diego Biurrun git at videolan.org
Wed Aug 15 16:02:54 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Aug 13 12:28:59 2012 +0200| [be12958937e85b4a280c313d4229c3feba32bf73] | committer: Diego Biurrun

mpegvideo_mmx_template: drop some commented-out cruft

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=be12958937e85b4a280c313d4229c3feba32bf73
---

 libavcodec/x86/mpegvideo_mmx_template.c |    8 --------
 1 file changed, 8 deletions(-)

diff --git a/libavcodec/x86/mpegvideo_mmx_template.c b/libavcodec/x86/mpegvideo_mmx_template.c
index 53e09bd..195298d 100644
--- a/libavcodec/x86/mpegvideo_mmx_template.c
+++ b/libavcodec/x86/mpegvideo_mmx_template.c
@@ -357,13 +357,5 @@ static int RENAME(dct_quantize)(MpegEncContext *s,
         block[0x3E] = temp_block[0x3E]; block[0x3F] = temp_block[0x3F];
     }
     end:
-/*
-    for(i=0; i<last_non_zero_p1; i++)
-    {
-       int j= zigzag_direct_noperm[i];
-       block[block_permute_op(j)]= temp_block[j];
-    }
-*/
-
     return last_non_zero_p1 - 1;
 }



More information about the ffmpeg-cvslog mailing list