Skip to content
  • Mario Sanchez Prada's avatar
    Initial commit · e8357407
    Mario Sanchez Prada authored
    Removed everything we don't need from the actual library, and provide
    dummy implementations of the main entry points:
    
      - int32_t WelsCreateSVCEncoder (ISVCEncoder**)
      - void WelsDestroySVCEncoder (ISVCEncoder*)
      - OpenH264Version WelsGetCodecVersion()
      - void WelsGetCodecVersionEx (OpenH264Version* pVersion)
      - int WelsGetDecoderCapability (SDecoderCapability*)
      - long WelsCreateDecoder (ISVCDecoder**)
      - void WelsDestroyDecoder (ISVCDecoder*)
    
    https://phabricator.endlessm.com/T23345
    e8357407
This project is licensed under the BSD 2-Clause "Simplified" License. Learn more