[mythtv-commits] mythtv commit: r21520 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Aug 26 03:20:15 UTC 2009


      Author: cpinkham
        Date: 2009-08-26 03:20:15 +0000 (Wed, 26 Aug 2009)
New Revision: 21520
   Changeset: http://cvs.mythtv.org/trac/changeset/21520

Modified:

   trunk/mythtv/libs/libmythtv/DetectLetterbox.cpp
   trunk/mythtv/libs/libmythtv/DetectLetterbox.h

Log:

Fix an issue with the debugging messages in DetectLetterbox.

The YV12 format detected message would only ever print if detection was on
when we passed frame #1.  This message is now printed no matter when you turn
on the letterbox detection.

The unsupported frame format message would potentially print out for each
frame if we were looking at a video with non-YV12 data.  This patch suppresses
subsequent messages after the first so we don't spam the logs 25+ times
per second if we hit this situation.






More information about the mythtv-commits mailing list