[mythtv-commits] mythtv commit: r27112 by beirdo

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


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

Log:

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
to count locally broke H.264 interlaced playback.  This is a better way.

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



Modified:

   trunk/mythtv/libs/libmythtv/mythcommflagplayer.cpp




More information about the mythtv-commits mailing list