[Live-devel] MPEG2TransportStreamFromESSource fix

Ross Finlayson finlayson at live555.com
Fri Jan 12 11:54:40 PST 2007


>I am looking at the latest release notes and I see this:
>"Fixed a minor bug in "MPEG2TransportStreamFromESSource"."
>Curious, what was the bug?

It was line 200 of "MPEG2TransportStreamFromESSource.cpp":
	if (PES_packet_length > 0xFFFF) {

Previously, this had said
	if (PES_packet_length > 0xFFFFFFFF) {
which is incorrect.

However, this bug probably didn't affect anyone in practice.
-- 

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/


More information about the live-devel mailing list