
mythtv at cvs
Sep 11, 2004, 2:10 PM
Post #19 of 42
(8545 views)
Permalink
|
---------------------------------------------------------------------------- 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. ----------------------------------------------------------------------------
|