[mythtv-commits] Ticket #1841: Mythtv ignores audio tracks

MythTV mythtv at cvs.mythtv.org
Sat Jun 3 00:07:01 UTC 2006


#1841: Mythtv ignores audio tracks
---------------------------+------------------------------------------------
 Reporter:  cizek at rcn.com  |        Owner:  cpinkham
     Type:  defect         |       Status:  reopened
 Priority:  minor          |    Milestone:          
Component:  mythtv         |      Version:          
 Severity:  medium         |   Resolution:          
---------------------------+------------------------------------------------
Changes (by gary at garyndenise.org):

  * resolution:  invalid =>
  * status:  closed => reopened

Comment:

 I've had the same problem.  As posted by Bill Cizek on -dev, the following
 change fixes the problem:


 {{{
 Index: libs/libavformat/utils.c
 ===================================================================
 --- libs/libavformat/utils.c    (revision 10084)
 +++ libs/libavformat/utils.c    (working copy)
 @@ -1995,7 +1995,7 @@
  #define MAX_READ_SIZE        5000000

  /** Number of frames to read, max. */
 -#define MAX_FRAMES           15
 +#define MAX_FRAMES           200

  /** Maximum duration until we stop analysing the stream. */
  #define MAX_STREAM_DURATION  ((int)(AV_TIME_BASE * 2.0))
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1841>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list