[mythtv-commits] mythtv commit: r14070 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Jul 28 02:28:21 UTC 2007


      Author: danielk
        Date: 2007-07-28 02:28:21 +0000 (Sat, 28 Jul 2007)
New Revision: 14070
   Changeset: http://cvs.mythtv.org/trac/changeset/14070

Modified:

   branches/mythtv-vid/libs/libmythtv/videoout_quartz.cpp

Log:

Refs #2287. Refs #3523. Various minor fixes to VideoOutputQuartz.

 * Changes QuartzData from a struct to a class, so we can properly initialize all it's variables without an init function.
 * Sets data pointer to NULL after deleting the class for easier debugging.
 * Calls SetVideoRender() in the ctor and CreateQuartzBuffers(), the latter is needed in case there is no quartz video profile, otherwise the VideoOutputBase::Init() call may reset the renderer.
 * Sets display_dim and display_aspect properly. This is a prerequisite to addressing #3523,
 * Removes incorrect code in VideoOutputQuartz::GetAllowedRenderers() for enabling DVDV rendering.
 * Tidys up some VERBOSE macros.






More information about the mythtv-commits mailing list