projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91823a6
)
Enable 4x4 IDCT for FASTTX=0 mode in WMV3
author
Kostya Shishkov
<kostya.shishkov@gmail.com>
Sun, 9 Dec 2007 05:55:45 +0000
(
05:55
+0000)
committer
Kostya Shishkov
<kostya.shishkov@gmail.com>
Sun, 9 Dec 2007 05:55:45 +0000
(
05:55
+0000)
Originally committed as revision 11199 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vc1.c
patch
|
blob
|
history
diff --git
a/libavcodec/vc1.c
b/libavcodec/vc1.c
index
ea1fc22
..
b1b55a6
100644
(file)
--- a/
libavcodec/vc1.c
+++ b/
libavcodec/vc1.c
@@
-816,7
+816,7
@@
static int decode_sequence_header(AVCodecContext *avctx, GetBitContext *gb)
v->s.dsp.vc1_inv_trans_8x8 = ff_simple_idct;
v->s.dsp.vc1_inv_trans_8x4 = ff_simple_idct84_add;
v->s.dsp.vc1_inv_trans_4x8 = ff_simple_idct48_add;
-
//
v->s.dsp.vc1_inv_trans_4x4 = ff_simple_idct44_add;
+ v->s.dsp.vc1_inv_trans_4x4 = ff_simple_idct44_add;
}
v->fastuvmc = get_bits1(gb); //common