[mythtv-commits] mythtv commit: r11294 by paulh

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Sep 26 15:18:35 UTC 2006


      Author: paulh
        Date: 2006-09-26 15:18:34 +0000 (Tue, 26 Sep 2006)
New Revision: 11294
   Changeset: http://cvs.mythtv.org/trac/changeset/11294

Modified:

   trunk/mythtv/programs/mythtranscode/replex/element.c
   trunk/mythtv/programs/mythtranscode/replex/replex.c

Log:

Possible fix for #2420. find_audio_sync() was always expecting the buf array
passed as a parameter to be 7 bytes but some of the calling functions where 
only creating 4 and 6 byte arrays.

Also spotted another possible bug where the new fix sync stuff could try to
write to the output files before they were opened.

Not sure if it fixes the seg fault or the other reported problems with stack
smashing because I couldn't reproduce it even with the sample file provided.

Refs. #2420




More information about the mythtv-commits mailing list