- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
I'm using theMPEG-4 (part 2) videodecoder from audio-video-codecs, version 7.0.6.
We received a crash report from the Windows Error Reporting platform and after inspection of the dump file, we've found the following suspect code in mp4decvopi.c, line 564.
// skip stuffing
while (mp4_ShowBits(pInfo, 9) == 1)
mp4_FlushBits(pInfo, 9);
We were wondering if the call to mp4_ShowBits should be replaced with mp4_ShowBits9, since the access violation exception was caused by accessing the 3rd byte of the buffer. The same skip stuffing code can found somewhere else in the source code and this time, using the mp4_ShowBits9.
Note: I do not have access to the invalid stream since I've no idea who the user was :-)
Cheers,
Pascal
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for reporting this problem and for your suggestion. We are currently reviewing the code to determine if this is an appropriate change. In the meantime,anyadditional information or inputs we could useto reproduce the problem would help.
Best regards,
Jeff
Best regards,
Jeff

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page