Mercurial > mplayer.hg
comparison libmpcodecs/vd_theora.c @ 29385:f9ae25067fe0
Fix 24bit audio playback.
The reordering channels code had reoccurring bug
where in switch(samplesize) block the
case 3 (3 bytes) doesn't end with break;
leading to execution of the next case 4 too.
This mangles the already processed data and
causes massive memory corruption.
author | iive |
---|---|
date | Sun, 19 Jul 2009 09:55:29 +0000 |
parents | 0f1b5b68af32 |
children | bbb6ebec87a0 |
comparison
equal
deleted
inserted
replaced
29384:36a9b369cd9d | 29385:f9ae25067fe0 |
---|