[mythtv-commits] mythtv commit: r9167 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Feb 27 15:11:33 UTC 2006


      Author: danielk
        Date: 2006-02-27 15:11:33 +0000 (Mon, 27 Feb 2006)
New Revision: 9167
   Changeset: http://cvs.mythtv.org/trac/changeset/9167

Modified:

   trunk/mythtv/libs/libmythtv/cc708decoder.cpp

Log:

References #1408.

cizek, can you change these three lines in cc708decoder.cpp:
{{{
#define DEBUG_CC_SERVICE_2     0
#define DEBUG_CC_RAWPACKET     0
#define DEBUG_CC_SERVICE_BLOCK 0
}}}
to
{{{
#define DEBUG_CC_SERVICE_2     1
#define DEBUG_CC_RAWPACKET     1
#define DEBUG_CC_SERVICE_BLOCK 1
}}}
then attach the output from the watcing the same file until it segfaults?






More information about the mythtv-commits mailing list