mirror of https://github.com/FFmpeg/FFmpeg.git
Also adds a new flag to mark filters which are aware of hwframes and will perform this task themselves, and marks all appropriate filters with this flag. This is required to allow software-mapped hardware frames to work, because we need to have the frames context available for any later mapping operation in the filter graph. The output from the filter graph should only propagate further to an encoder if the hardware format actually matches the visible format (mapped frames are valid here and have an hw_frames_ctx, but this should not be given to the encoder as its hardware context).pull/258/head
parent
7e2561fa83
commit
e3fb74f7f9
11 changed files with 30 additions and 9 deletions
Loading…
Reference in new issue