• Anton Khirnov's avatar
    lavc: add a private cap for fake-delay encoders · d0c8ca96
    Anton Khirnov authored
    Some encoders (ffv1, flac, adx) are marked with AV_CODEC_CAP_DELAY onky
    in order to be flushed at the end, otherwise they behave as no-delay
    encoders.
    
    Add a capability to mark these encoders. Use it for setting pts
    generically.
    d0c8ca96
codec_internal.h 11.9 KB