[mythtv-commits] mythtv commit: r26774 by markk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Oct 13 07:25:04 UTC 2010


      Author: markk
        Date: 2010-10-13 07:25:04 +0000 (Wed, 13 Oct 2010)
New Revision: 26774
   Changeset: http://svn.mythtv.org/trac/changeset/26774

Log:

Modify the access specifiers in MythPlayer and MythDVDPlayer.

This changes a number of methods from public to protected access with a
view to more rigorously restricting the decoder's access to the player
for thread safety reasons. I've also, for the time being, highlighted
the remaining public methods that are dangerous (almost exclusively
driven by the DVD code).

No functional changes.


Modified:

   trunk/mythtv/libs/libmythtv/mythdvdplayer.h
   trunk/mythtv/libs/libmythtv/mythplayer.h




More information about the mythtv-commits mailing list