]> git.sesse.net Git - ffmpeg/commit
vp3: Embed idct_permutation array directly in VP3DecoderContext
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 9 Mar 2013 17:08:36 +0000 (09:08 -0800)
committerMartin Storsjö <martin@martin.st>
Mon, 8 Apr 2013 09:38:33 +0000 (12:38 +0300)
commit18df366a1857f9a92e158858cf495b61d096c7f1
tree226e44d53d39bc2e0b00231d3f06409516acfe1d
parent610b18e2e3d8ef5eca3e78f33a0625689b8d2bb9
vp3: Embed idct_permutation array directly in VP3DecoderContext

This makes the vp3 decoder less dependent on dsputil, and will aid
in making it (eventually) dsputil-independent.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/vp3.c