[mythtv-commits] mythtv/master commit: a90960c73 by Mark Kendall (mark-kendall)

MythTV noreply at mythtv.org
Tue May 10 02:40:55 UTC 2011


      Author:  Mark Kendall <mkendall at mythtv.org>
 Change Date:  2011-05-09T19:38:43-07:00
   Push Date:  2011/05/09 19:40:49 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  a90960c73f0912b0c3ce72fffdf92c69000f87ab
   Changeset:  https://github.com/MythTV/mythtv/commit/a90960c73

Log:

PiP: Remove the extra thread created for PiP playback.

This is no longer needed as all players are run from the main thread. By
and large, the 'playback loop' for a pip player is a no-op as the
decoding is elsewhere and the actual processing of video frames is
handled by the main player (though a small optimisation is needed for
the VideoSync).

Modified:

   mythtv/libs/libmythtv/playercontext.cpp
   mythtv/libs/libmythtv/playercontext.h



More information about the mythtv-commits mailing list