• Anton Khirnov's avatar
    lavc: deprecate avcodec_get_context_defaults3() · 04fc8e24
    Anton Khirnov authored
    This function is supposed to "reset" a codec context to a clean state so
    that it can be opened again. The only reason it exists is to allow using
    AVStream.codec as a decoding context (after it was already
    opened/used/closed by avformat_find_stream_info()). Since that behaviour
    is now deprecated, there is no reason for this function to exist
    anymore.
    04fc8e24
avcodec.h 174 KB