• Anton Khirnov's avatar
    lavc: document that avcodec_close() should not be used · 2ef6dab0
    Anton Khirnov authored
    We cannot deprecate it until the new parser API is in place, because of
    the way libavformat works. But the majority of the users can already
    simply replace it with avcodec_free_context(), which will simplify the
    transition once it is finally deprecated.
    2ef6dab0
avcodec.h 174 KB