[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Sep 11 17:10:16 EDT 2004


----------------------------------------------------------------------------
Changes committed by cpinkham on Sat Sep 11 21:09:58 2004

Modified Files:
   in mythtv/libs/libmythtv:
        avformatdecoder.cpp decoderbase.cpp ivtvdecoder.cpp 
Log Message:


Patch by Taylor Jacob to allow the ivtv decoder class to work properly with
    DVB Mpeg files.

Patch by myself to set the positionMapType in a few cases where it wasn't
    being set in the decoder classes.  This fixes a bug where if you were
    rebuilding the seektable, you could potentially get a bogus seektable
    saved to the database because the positionMapType was still set to
    MARK_UNSET instead of MARK_GOP_START or MARK_GOP_BYFRAME.  Also add
    code to make sure the seektable isn't saved to the database if
    positionMapType is still set to MARK_UNSET.

----------------------------------------------------------------------------


More information about the mythtv-commits mailing list