Changeset 58bb6b7d in ffmpeg

Timestamp:
Apr 16, 2011, 7:19:53 PM (14 years ago)
Author:
Ronald S. Bultje <rsbultje@gmail.com>
Branches:
master
Children:
0b05864e
Parents:
14622ef0
git-author:
Ronald S. Bultje <rsbultje@gmail.com> (04/16/11 19:07:14)
git-committer:
Ronald S. Bultje <rsbultje@gmail.com> (04/16/11 19:19:53)
Message:

wmv3dec: fix playback of complex WMV3 files using simple_idct.

IDCT coefficients are read transposed, but simple_idct does not expect
this. Therefore, only do tranposed coefficient reading if we're not
using simple_idct.

Fixes http://forum.videolan.org/viewtopic.php?f=14&t=89651

(No files)

Note: See TracChangeset for help on using the changeset viewer.