Skip to content
  • Ken Martin's avatar
    add an optional video callback to ffmpegvideosource · debae69b
    Ken Martin authored
    This callback can be used to directly get the decoded
    data from the video source. This bypasses the yuvrgb
    converison and additional copies of data that are normally made
    which can result in much faster performance assuming you can
    decode the yuv data yourself etc.
    debae69b