[mythtv-commits] mythtv commit: r10870 by stuartm

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Aug 20 15:31:41 UTC 2006


      Author: stuartm
        Date: 2006-08-20 15:31:40 +0000 (Sun, 20 Aug 2006)
New Revision: 10870
   Changeset: http://cvs.mythtv.org/trac/changeset/10870

Modified:

   trunk/mythtv/libs/libmythtv/DVDRingBuffer.cpp

Log:

Refs #2202

dvdnav_get_active_spu_stream may return a stream number with the eigth bit set as a visibility flag. The actual stream number is the first 5 bits (<32) so we just mask out the rest.

This fixes the most common cause of #2202 but there is a second problem with some dvds which I'm still trying to figure out.





More information about the mythtv-commits mailing list