• Nicolas George's avatar
    lavfi/buffersrc: implement flags. · b0012de4
    Nicolas George authored
    The PUSH flags is necessary for efficient scheduling;
    otherwise there is no feedback when adding frames to
    closed paths.
    
    The NO_CHECK_FORMAT is a small optimization that does
    not cost much to implement.
    
    The KEEP_REF flag maps to the add/write distinction in
    the fork's API.
    b0012de4
buffersrc.h 4.6 KB