Opened 8 years ago

Closed 8 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)

fix8bitout.patch (1.5 KB) - added by gordon 8 years ago.

Download all attachments as: .zip

Change history (2)

Changed 8 years ago by gordon

comment:1 Changed 8 years ago by XiangLi

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r102 with the patch provided by the reporter.

Note: See TracTickets for help on using tickets.