[mythtv-commits] mythtv commit: r27113 - in branches/release-0-24-fixes by beirdo

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Nov 6 04:07:05 UTC 2010


      Author: beirdo
        Date: 2010-11-06 04:07:05 +0000 (Sat, 06 Nov 2010)
New Revision: 27113
   Changeset: http://svn.mythtv.org/trac/changeset/27113

Log:

Backport of [27112] from trunk

Replaced uses of GetDecoder() with decoder (it's internal to the base class, 
no need to use the external method). Also changed myFramesRead so instead of 
counting locally, read decoder->GetFramesRead(), as the decoder is properly 
counting frames, and we are getting *fields* returned to us for H.264. Trying i
to count locally broke H.264 interlaced playback. This is a better way.

Fixes #9126 again, and without breaking playback this time.



Modified:

   branches/release-0-24-fixes/
   branches/release-0-24-fixes/mythtv/libs/libmythtv/mythcommflagplayer.cpp




More information about the mythtv-commits mailing list