Skip to content
  • Edward Hervey's avatar
    videomixer: I420 blending : Fix main algorithm. · 3c88249d
    Edward Hervey authored
    When blending a source layer with an alpha of 'a' on top of another
    destination layer we take the sum of:
    * 'a' percent of the source layer
    * (100 - 'a') percent of the destination layer (the remainder)
    3c88249d