mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
Enable 4x4 IDCT for FASTTX=0 mode in WMV3
Originally committed as revision 11199 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
91823a6efd
commit
3a18218e7b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user