• Nicolas George's avatar
    lavfi: check refcount before merging. · 099aff5c
    Nicolas George authored
    When merging the formats around the automatically inserted
    convert filters, the refcount of the format lists can not be 0.
    Coverity does not detect it, and suspects a memory leak,
    because if refcount is 0 the newly allocated lists are not
    stored anywhere. That gives CIDs 1224282, 1224283 and 1224284.
    Lists with refcount 0 are used in can_merge_formats(), so the
    asserts can not be moved inside the merge functions.
    099aff5c
avfiltergraph.c 46.8 KB