]> git.sesse.net Git - ffmpeg/commit
lavc: deprecate avcodec_get_context_defaults3()
authorAnton Khirnov <anton@khirnov.net>
Sat, 21 May 2016 09:57:28 +0000 (11:57 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 23 May 2016 04:46:17 +0000 (06:46 +0200)
commit04fc8e24a091ed1d77d7a3c0cbcfe60baec19a9f
treef46ae2e349459de2c1dec3ec7c3438cf158ef5bd
parent5f30ac27795f9f98043e8582ccaad8813104adc4
lavc: deprecate avcodec_get_context_defaults3()

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