[mythtv-commits] mythtv commit: r11330 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Sep 29 06:34:41 UTC 2006


      Author: cpinkham
        Date: 2006-09-29 06:34:41 +0000 (Fri, 29 Sep 2006)
New Revision: 11330
   Changeset: http://cvs.mythtv.org/trac/changeset/11330

Modified:

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

Log:

Fix a bug in the AvFormatDecoder where it would use the size, aspect, fps,
and possibly other values from the last video stream found even because these
values were always set in InitVideoCodec().  Now we pass in a var telling
whether we're going to use this stream or not so we initialize the values
correctly based on the proper video stream.

Fixes #2477.  I'm making a note to commit this to -fixes in a while if
everything appears to still be working properly for people.

This does not address the side issue mentioned in #2477 about the audio
being messed up for some recordings since that is unrelated to this issue.






More information about the mythtv-commits mailing list