[mythtv-commits] mythtv commit: r22427 by janne

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Oct 13 19:33:49 UTC 2009


      Author: janne
        Date: 2009-10-13 19:33:48 +0000 (Tue, 13 Oct 2009)
New Revision: 22427
   Changeset: http://cvs.mythtv.org/trac/changeset/22427

Modified:

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

Log:

fixes frame count for H264 streams in avformatdecoder. Fixes #6817

libavformat delivers fields seperately for interlaced H264 streams.
For a proper frame count we have to use the h264 parser in
H264PreProcessPkt() to decide if the packet contains a frame.
This fix is analogous to fixes we did in the h264 capable recorders




More information about the mythtv-commits mailing list