Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
be129589
Commit
be129589
authored
Aug 13, 2012
by
Diego Biurrun
Browse files
mpegvideo_mmx_template: drop some commented-out cruft
parent
4cf40283
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
libavcodec/x86/mpegvideo_mmx_template.c
libavcodec/x86/mpegvideo_mmx_template.c
+0
-8
No files found.
libavcodec/x86/mpegvideo_mmx_template.c
View file @
be129589
...
...
@@ -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
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment