Bugzilla – Bug 1890
MPEG frame size is squeezed into (insufficient) 16 bit integer
Last modified: 2014-03-26 18:21:25 UTC
Created attachment 1809 [details] patch to extend mpeg frame size to 32 bit integer UdpTraceClient supposes each MPEG frame size is less than 65536 bytes. However, modern MPEG frames are not fit to this limitation. (For example, look frame sizes here: http://trace.eas.asu.edu/mpeg2/). Proposed patch fixes this issue by extending frame size variables to 32 bits.
+1
changeset: 10682:20ce79766233