Changes between Version 2 and Version 4 of Ticket #2120
- Timestamp:
- 10/16/09 14:50:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2120
- Property Status changed from s2a_design_started to s3b_implementation_finished
-
Ticket #2120 – Description
v2 v4 6 6 * natives - in the media_decoder.h file in the decodeaudio3 method, the assert that used to check whether the decoding of the packet is successful is changed to if clause, and if it is corrupted/missing/ it throws an exception that is handled in the mainLoop of the native. A ErrorResponse with the exception message is returned to the java side. 7 7 8 A patch with the changes is added. 8 A sample .mp3 file is added to this ticked in order to test the fix. 9 The patch with the changes is added.