• Mark Thompson's avatar
    lavfi: Always propagate hw_frames_ctx through links · e3fb74f7
    Mark Thompson authored
    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).
    e3fb74f7
vf_scale_npp.c 21 KB