[mythtv-commits] mythtv commit: r8258 by danielk
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Wed Dec 14 10:54:49 EST 2005
Author: danielk
Date: 2005-12-14 15:54:48 +0000 (Wed, 14 Dec 2005)
New Revision: 8258
Changeset: http://cvs.mythtv.org/trac/changeset/8258
Modified:
trunk/mythtv/libs/libmythtv/dtvrecorder.cpp
trunk/mythtv/libs/libmythtv/dtvrecorder.h
trunk/mythtv/libs/libmythtv/dummydtvrecorder.cpp
trunk/mythtv/libs/libmythtv/dvbrecorder.cpp
Log:
References #689.
I don't think this is causing the zero byte recordings, but it could be a contributing factor. Basically, if the PES header code straddles TS packets in a certain way the scanner could have missed them before this change. Also I made the frame tracking variables unsigned, except the first_keyframe variable which is now set to -1 before it is set. This lets us eliminate a couple variables and simplify the code further.
More information about the mythtv-commits
mailing list