[mythtv-commits] mythtv commit: r12564 - in trunk/mythtv/libs/libmythtv by danielk
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Wed Jan 17 21:10:07 UTC 2007
Author: danielk
Date: 2007-01-17 21:10:07 +0000 (Wed, 17 Jan 2007)
New Revision: 12564
Changeset: http://cvs.mythtv.org/trac/changeset/12564
Modified:
trunk/mythtv/libs/libmythtv/hdhrrecorder.cpp
trunk/mythtv/libs/libmythtv/mpeg/mpegstreamdata.cpp
trunk/mythtv/libs/libmythtv/mpeg/mpegtables.cpp
trunk/mythtv/libs/libmythtv/mpeg/mpegtables.h
Log:
Fixes bug in PMT stream normalization for HDHomeRun.
We were looking at the input PMT for the stream data since it is absent in the PMT we write to disk, but this means we need to find the correct index in the input PMT in case we are not recording all the streams. This moves the normalization code into the mpeg stream data and mpeg tables code and fixes the bug.
More information about the mythtv-commits
mailing list