[mythtv-commits] mythtv commit: r26340 by beirdo

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Sep 16 03:27:39 UTC 2010


      Author: beirdo
        Date: 2010-09-16 03:27:39 +0000 (Thu, 16 Sep 2010)
New Revision: 26340
   Changeset: http://svn.mythtv.org/trac/changeset/26340

Log:

In the preview generator, if the video's decoded height is 1088, only use the
top 1080 pixels to generate the preview.  This is done as 1080i H.264 from the
HDPVR (and reportedly some other sources) decodes to 1088 rows although 1080i
is only 1080 visible rows by definition.  Losing these 8 rows removes the ugly
green bar at the bottom of these previews, retaining only the visible rows,
resized.

Fixes #8937



Modified:

   trunk/mythtv/libs/libmythtv/previewgenerator.cpp




More information about the mythtv-commits mailing list