Skip to content
Snippets Groups Projects

utils/libav: add get_buffer2 implementation

Merged Niklas Haas requested to merge get_buffer2 into master
  1. Apr 12, 2021
    • Niklas Haas's avatar
      utils/libav: add get_buffer2 implementation · 108fa2e2
      Niklas Haas authored
      Similar to Dav1dPicAllocator, this allocates from DMA-visible GPU
      memory. Especially useful on platforms that don't support arbitrary host
      pointer imports.
      
      Make `plplay` use this, for testing purposes.
      Update the CI image to pull in avcodec headers.
      108fa2e2
Loading