[mythtv-commits] mythtv commit: r27358 by jyavenard

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Nov 27 10:00:17 UTC 2010


      Author: jyavenard
        Date: 2010-11-27 10:00:17 +0000 (Sat, 27 Nov 2010)
New Revision: 27358
   Changeset: http://svn.mythtv.org/trac/changeset/27358

Log:

Under some circumstances, the size of the buffer used for float conversion was too small. So we increase it to the maximum theorical size used by ffmpeg. Also identified an issue where the buffer used for resampling could be too small (if resampling factor is > 4). This fix the memory corruption seen in #9282. This doesn't fix the other problem reported with videos playing too fast. I expect to be a problem introduced with #8500.

Modified:

   trunk/mythtv/libs/libmyth/audiooutputbase.cpp
   trunk/mythtv/libs/libmyth/audiooutputbase.h




More information about the mythtv-commits mailing list