[mythtv-commits] mythtv/master commit: 486d2c542 by Robert McNamara (rmcnamara)

MythTV noreply at mythtv.org
Fri Jan 28 20:33:10 UTC 2011


      Author:  Robert McNamara <rmcnamara at mythtv.org>
 Change Date:  2011-01-28T12:30:57-08:00
   Push Date:  2011/01/28 12:32:52 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  486d2c5428c96d3f04b9f7d2646a823abf1bf1f7
   Changeset:  https://github.com/MythTV/mythtv/commit/486d2c542

Log:

Select the Default audio track if the container supports it.

Containers such as MKV permit one to define which audio track is primary, and using this flag means not going through the avformatdecoder guesswork we currently employ.  This is courtesy an anonymous patch on #8900.  I am uncomfortable with applying the part that prefers FLAC to E-AC3/DTS/AC3, though.  There are a lot of people out there who encode secondary tracks to FLAC and do a straight copy of the lossy primary track.  I just don't feel 100% on the idea of preferring it to other more commonplace codecs.

Fixes #8900.

Modified:

   mythtv/libs/libmythtv/avformatdecoder.cpp



More information about the mythtv-commits mailing list