NVIDIA / VideoProcessingFramework

Set of Python bindings to C++ libraries which provides full HW acceleration for video decoding, encoding and GPU-accelerated color space and pixel format conversions
Apache License 2.0
1.32k stars 233 forks source link

Issue #536: add PyFFmpegDecoder unit test, fix decoder flush #537

Open RomanArzumanyan opened 1 year ago

RomanArzumanyan commented 1 year ago

This PR does 2 things:

  1. Fixes issue #536
  2. Adds unit test for PyFFmpegDecoder class.