[mythtv-commits] mythtv commit: r10000 by danielk
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Tue May 23 17:56:12 EDT 2006
Author: danielk
Date: 2006-05-23 21:56:11 +0000 (Tue, 23 May 2006)
New Revision: 10000
Changeset: http://cvs.mythtv.org/trac/changeset/10000
Modified:
trunk/mythtv/libs/libmythtv/decoderbase.cpp
Log:
Fixes #1836. One of the subtitle/audio stream selection loops was failing to select the stream in your highest ranked language.
Because of a missing escape, if you had two languages in your preference list and both were present in the video then the lowest priority one (the last found) would be selected, rather than the highest priority one.
Bug discovered and fixed by otto at kolsi dot fi.
More information about the mythtv-commits
mailing list