You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform
Originally committed as revision 10782 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -818,9 +818,7 @@ static int decode_sequence_header(AVCodecContext *avctx, GetBitContext *gb)
|
|||||||
v->res_fasttx = get_bits1(gb);
|
v->res_fasttx = get_bits1(gb);
|
||||||
if (!v->res_fasttx)
|
if (!v->res_fasttx)
|
||||||
{
|
{
|
||||||
av_log(avctx, AV_LOG_ERROR,
|
v->s.dsp.vc1_inv_trans_8x8 = v->s.dsp.idct;
|
||||||
"0 for reserved RES_FASTTX is forbidden\n");
|
|
||||||
//return -1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
v->fastuvmc = get_bits1(gb); //common
|
v->fastuvmc = get_bits1(gb); //common
|
||||||
|
Reference in New Issue
Block a user