trying to fix the non-x86 IDCTs (untested)
Originally committed as revision 1006 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -23,5 +23,5 @@ extern void j_rev_dct_ARM(DCTELEM *data);
|
||||
|
||||
void dsputil_init_armv4l(void)
|
||||
{
|
||||
ff_idct = j_rev_dct_ARM;
|
||||
// ff_idct = j_rev_dct_ARM;
|
||||
}
|
||||
|
Reference in New Issue
Block a user