[FFmpeg-devel] [PATCH] vp3: embed idct_permutation array directly in VP3DecoderContext.

Ronald S. Bultje rsbultje at gmail.com
Sat Mar 9 18:08:57 CET 2013


Hi,

On Sat, Mar 9, 2013 at 8:34 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Fri, Mar 08, 2013 at 10:02:35PM -0800, Ronald S. Bultje wrote:
>> From: "Ronald S. Bultje" <rsbultje at gmail.com>
>>
>> This makes the vp3 decoder less dependent on dsputil, and will aid
>> in making it (eventually) dsputil-independent.
>> ---
>>  libavcodec/vp3.c | 9 +++++----
>>  1 file changed, 5 insertions(+), 4 deletions(-)
>
> --- ./tests/ref/fate/theora-coeff-level64   2013-03-08 03:46:23.064860837 +0100
> +++ tests/data/fate/theora-coeff-level64    2013-03-09 17:34:41.007728048 +0100
> @@ -1,9 +1 @@
>  #tb 0: 1/15
> -0,          0,          0,        1,  4617600, 0x4ba6df50
> -0,          1,          1,        1,  4617600, 0x419fdeaf
> -0,          2,          2,        1,  4617600, 0xeb2edced
> -0,          3,          3,        1,  4617600, 0xa2bb3a1a
> -0,          4,          4,        1,  4617600, 0x411cfb36
> -0,          5,          5,        1,  4617600, 0xb2dc22ed
> -0,          6,          6,        1,  4617600, 0x236d23b5
> -0,          7,          7,        1,  4617600, 0x7fef275e
> Test theora-coeff-level64 failed. Look at tests/data/fate/theora-coeff-level64.err for details.
> make: *** [fate-theora-coeff-level64] Error 139

Ohright oops, typo while trying to manually port the patch.

Ronald


More information about the ffmpeg-devel mailing list