Bug 1890 - MPEG frame size is squeezed into (insufficient) 16 bit integer
MPEG frame size is squeezed into (insufficient) 16 bit integer
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: applications
ns-3-dev
All All
: P5 normal
Assigned To: George Riley
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-03-26 04:23 UTC by Eugene Chemeritskiy
Modified: 2014-03-26 18:21 UTC (History)
2 users (show)

See Also:


Attachments
patch to extend mpeg frame size to 32 bit integer (1.25 KB, application/octet-stream)
2014-03-26 04:23 UTC, Eugene Chemeritskiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Chemeritskiy 2014-03-26 04:23:51 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.
Comment 1 Tommaso Pecorella 2014-03-26 04:37:06 UTC
+1
Comment 2 Tommaso Pecorella 2014-03-26 18:21:25 UTC
changeset:   10682:20ce79766233