Opened 9 years ago
Closed 9 years ago
#13 closed defect (fixed)
Decoder crash when using -d 8 for 8 bit yuv output
Reported by: | gordon | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | JEM | Version: | HM-16.6-JEM-1.0 |
Keywords: | decoder, 8-bit, output | Cc: | ksuehring, XiangLi, vceg-experts@… |
Description
Decoding a stream with -d 8 -o out.yuv to get 8-bit output crashes when writing output frames.
The problems seem to be in TVideoIOYuv::write. One when copying into an 8-bit picture, one when writing from it. Wrong strides are being used.
The attached patch shows a possible solution.
Attachments (1)
Change history (2)
Changed 9 years ago by gordon
comment:1 Changed 9 years ago by XiangLi
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Fixed in r102 with the patch provided by the reporter.