[mythtv-commits] mythtv commit: r26723 by tralph

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Oct 9 03:07:49 UTC 2010


      Author: tralph
        Date: 2010-10-09 03:07:49 +0000 (Sat, 09 Oct 2010)
New Revision: 26723
   Changeset: http://svn.mythtv.org/trac/changeset/26723

Log:

Backport [26722].

FFmpeg: workaround for invalid dts/pts combination. The orginal code sets both dts and pts to AV_NOPTS_VALUE making proper playback impossible. The better approach is just to set the pts to AV_NOPTS_VALUE and hope the dts values are correct.

Fixes #9076.


Modified:

   branches/release-0-23-fixes/mythtv/libs/libavformat/utils.c




More information about the mythtv-commits mailing list