[mythtv-commits] mythtv commit: r11510 by stuarta

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Oct 11 20:52:11 UTC 2006


      Author: stuarta
        Date: 2006-10-11 20:52:10 +0000 (Wed, 11 Oct 2006)
New Revision: 11510
   Changeset: http://cvs.mythtv.org/trac/changeset/11510

Modified:

   trunk/mythtv/libs/libavformat/mpegts.c

Log:

Refs #2556. Tightens the criteria for a private stream
to be declared as a video stream.

Now a private stream is considered to be a video stream
only if the first descriptor is the component tag (0x52)

The component tag isn't actually an indicator of a video
stream, as it's present on all of the streams. Normally
it is the last descriptor on a stream, with the other
descriptors identifying the actual content.

The streams we are now declaring as video stream have
the component descriptor as the first, and generally
only descriptor.

Previously any stream marked as a private stream (type 0x6)
would be marked as a video stream if it could not be 
identified as anything else.

This should allow people having trouble with Channel 4
on various muxes to be able make recordings without
bogus streams.






More information about the mythtv-commits mailing list