Mercurial > libavcodec.hg
comparison s3tc.c @ 12043:f9a0bd0888a4 libavcodec
mpegaudio: call ff_mpegaudiodec_init_mmx() only from float decoder
The mmx code is floating-point only, and this function does not know
from which decoder it is called. Without this change, the integer
decoder only "works" because the size of the context struct is smaller
in this case, and the mmx init function writes the function pointer
outside the allocated context.
author | mru |
---|---|
date | Thu, 01 Jul 2010 23:21:17 +0000 |
parents | 2acf0ae7b041 |
children |
comparison
equal
deleted
inserted
replaced
12042:dc4feabd4dab | 12043:f9a0bd0888a4 |
---|