Ticket #417 (new defect)

Opened 2 months ago

video does decodes full frame instead of only outputting picture

Reported by: j Assigned to: shane
Priority: normal Milestone:
Component: liboggplay Version:
Severity: normal Keywords:
Cc:

Description

  • Encoded theora frames must be a multiple of 16 in width and height.
  • To handle other frame sizes, a crop rectangle is specified in
  • frame_height and frame_width, offset_x and * offset_y. The offset
  • and size should still be a multiple of 2 to avoid chroma sampling
  • shifts. Offset values in this structure are measured from the
  • upper left of the image.