[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Apr 27 19:35:02 UTC 2005


----------------------------------------------------------------------------
Changes committed by danielk on Wed Apr 27 19:32:49 2005

Modified Files:
   in mythtv/libs/libmythtv:
        NuppelVideoPlayer.cpp avformatdecoder.cpp avformatdecoder.h 
        decoderbase.h videoout_xv.cpp videoout_xv.h videooutbase.cpp 
        videooutbase.h 
Log Message:

Creates a new enum MythCodecID, and uses it instead of avcodec's CodecID.
There is a function in videoout_xv.cpp called myth2av_codecid, that does
a translation from MythCodecID to CodecID. MythCodecID at this point only
contains the few select codecs that we care about for XvMC support.

Hopefully this will fix the Mac OS X compilation problem.

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


More information about the mythtv-commits mailing list