]> git.sesse.net Git - ffmpeg/commit
lavc: document that avcodec_close() should not be used
authorAnton Khirnov <anton@khirnov.net>
Sat, 21 May 2016 10:05:38 +0000 (12:05 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 23 May 2016 04:46:18 +0000 (06:46 +0200)
commit2ef6dab0a79a9852a92ed80b07f9e32a37530d9e
tree9feb5f0cc5dee9fb6f7f2d26863cf4346516ff12
parent04fc8e24a091ed1d77d7a3c0cbcfe60baec19a9f
lavc: document that avcodec_close() should not be used

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.
libavcodec/avcodec.h