[mythtv-commits] mythtv commit: r8206 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Dec 9 11:52:46 EST 2005


      Author: danielk
        Date: 2005-12-09 16:52:45 +0000 (Fri, 09 Dec 2005)
New Revision: 8206
   Changeset: http://cvs.mythtv.org/trac/changeset/8206

Modified:

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

Log:

References #712.

This commit could cause problems. It changes how PIDs are tacked,
instead of using 5 QMaps and one vector to keep track of information
about the streams, this creates one entry in one QMap to track the
information. This means 4 less QMap lookups per TS Packet processed
by the recorder.

This also changes the TS->PS transform to use the same keyframe tracking
as the TS recordings, and to use the same source for constants instead
of using it's own defines.






More information about the mythtv-commits mailing list