This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
An easy way to speed up encoding by 6%.
Originally committed as revision 978 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Falk Hüffner
23 years ago
parent
7ffbb60ee7
commit
ea689c8eb7
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/mpegvideo.c
+ 2
- 0
libavcodec/mpegvideo.c
View File
@@ -2749,9 +2749,11 @@ static int dct_quantize_c(MpegEncContext *s,
s->fdct (block);
#ifndef ARCH_ALPHA /* Alpha uses unpermuted matrix */
/* we need this permutation so that we correct the IDCT
permutation. will be moved into DCT code */
block_permute(block);
#endif
if (s->mb_intra) {
if (!s->h263_aic) {
Write
Preview
Loading…
Cancel
Save