zouhouzi / mp4parser

Automatically exported from code.google.com/p/mp4parser
0 stars 0 forks source link

H264TrackImpl throws exception with NAL padding bytes #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Launch TestMP4Maker

What is the expected output? What do you see instead?
Expect construction of H264TrackImpl not to throw exception.

What version of the product are you using? On what operating system?
Trunk (r856), Windows 7, Launch from Eclipse
video.avc generated on Motorola Xoom using MediaCodec API.

Please provide any additional information below.
Resolution likely doing a bounds check here:
https://code.google.com/p/mp4parser/source/browse/trunk/isoparser/src/main/java/
com/googlecode/mp4parser/authoring/tracks/H264TrackImpl.java#326

Original issue reported on code.google.com by michael....@gmail.com on 4 Apr 2013 at 6:23

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by Sebastian.Annies on 20 Apr 2013 at 10:53