]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Move eatgq blocks array from the stack to the codec context and make sure
authorreimar <reimar@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 22 May 2009 18:39:00 +0000 (18:39 +0000)
committerreimar <reimar@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 22 May 2009 18:39:00 +0000 (18:39 +0000)
commit005e0a9f7b1b14b887d963d74162f0eb62cf8923
tree681123737e46e33e44702e36462170183729e882
parente1a58fd3fb28a7410b269fe7db168fe9fb3546e0
Move eatgq blocks array from the stack to the codec context and make sure
it is aligned as necessary for DSPContext's idct_put.
Just aligning it on the stack would have been possible but less reliable
and without any real benefit.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18896 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/eatgq.c