summaryrefslogtreecommitdiff
path: root/libavcodec/sh4/idct_sh4.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-11-20 09:21:46 +0000
committerMåns Rullgård <mans@mansr.com>2008-11-20 09:21:46 +0000
commit6f14b19e48295729340c2fa6defb8dedb414ee0d (patch)
treeed4d4d3aadaf9a265cb92ed31e453baed397f2c9 /libavcodec/sh4/idct_sh4.c
parenta21fd75f56e3d5068de1f180b050d2f94736186b (diff)
SH4: remove some commented out blocks of code
Originally committed as revision 15886 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/sh4/idct_sh4.c')
-rw-r--r--libavcodec/sh4/idct_sh4.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/sh4/idct_sh4.c b/libavcodec/sh4/idct_sh4.c
index a11a0c77c1..3a524360a0 100644
--- a/libavcodec/sh4/idct_sh4.c
+++ b/libavcodec/sh4/idct_sh4.c
@@ -168,10 +168,6 @@ void idct_sh4(DCTELEM *block)
i = 8;
-// ofs1 = sizeof(float)*1;
-// ofs2 = sizeof(float)*2;
-// ofs3 = sizeof(float)*3;
-
do {
float t0,t1,t2,t3;
fr0 = block[1];