Skip to content

Commit

Permalink
internal dvd player: Backport [13209] to 0.20 fixes. Refs #3260
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.mythtv.org/svn/branches/release-0-20-fixes@13292 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
Stanley Kamithi committed Apr 20, 2007
1 parent 0677009 commit 46aa114
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmythtv/avformatdecoder.cpp
Expand Up @@ -1506,7 +1506,6 @@ int AvFormatDecoder::ScanStreams(bool novideo)
{
if (tracks[kTrackTypeAudio].size() > 1)
{
qBubbleSort(tracks[kTrackTypeAudio]);
int trackNo = ringBuffer->DVD()->GetTrack(kTrackTypeAudio);
if (trackNo >= (int)GetTrackCount(kTrackTypeAudio))
trackNo = GetTrackCount(kTrackTypeAudio) - 1;
Expand Down

0 comments on commit 46aa114

Please sign in to comment.