Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#1528 closed defect (fixed)

Wrong definition of video format YV12

Reported by: nanang Owned by: nanang
Priority: normal Milestone: release-2.0.1
Component: pjmedia Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description (last modified by nanang)

YV12 is defined as YUV planar 16bpp, while it should be YUV planar 12bpp, similar to IYUV/I420 just the U and V planes order is switched.

Change History (2)

comment:1 Changed 12 years ago by nanang

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

In 4158:

Fix #1528:

  • fixed video format YV12 (was YUV planar 16bpp, should be YVU planar 12bpp)
  • added I422 (YUV planar 16bpp, was defined as YV12)
  • updated colorbar video device to support YV12.

comment:2 Changed 12 years ago by nanang

  • Description modified (diff)
Note: See TracTickets for help on using tickets.