[mythtv-commits] mythtv commit: r10551 - in trunk/mythtv/libs by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Jul 16 08:28:26 UTC 2006


      Author: cpinkham
        Date: 2006-07-16 08:28:25 +0000 (Sun, 16 Jul 2006)
New Revision: 10551
   Changeset: http://cvs.mythtv.org/trac/changeset/10551

Modified:

   trunk/mythtv/libs/libmyth/audiooutputbase.cpp
   trunk/mythtv/libs/libmythtv/NuppelVideoPlayer.cpp
   trunk/mythtv/libs/libmythtv/avformatdecoder.cpp

Log:

Apply the second half of Mark Spieth's timestamp logging mods which have
been sitting in trac for a while.  Also added LOC and LOC_ERR macros to
audiooutputbase.cpp while I was in there manually applying the patch.
These log messages take advantage of the semi-new ability to use the VERBOSE
macro like this:

VERBOSE(VB_PLAYBACK|VB_TIMESTAMP, "message");

The message would only be printed when both 'playback' and 'timestamp' were
passed to the -v option on the command line.

Closes #1026.






More information about the mythtv-commits mailing list