• Vittorio Giovara's avatar
    lavc: Introduce AVCodec internal capabilities · 117b4327
    Vittorio Giovara authored
    This field is designed for marking codec properties useful to lavc internals.
    Two internal capabilities are added:
     - FF_CODEC_CAP_INIT_THREADSAFE: codec can be opened without locks;
     - FF_CODEC_CAP_INIT_CLEANUP: codec frees memory if initialization fails.
    117b4327