lavc: add codec parameters API

Multimedia / Libav - Anton Khirnov [khirnov.net] - 23 February 2016 10:01 UTC

This API is intended to allow passing around codec parameters without using full AVCodecContext (which also contains codec options and encoder/decoder state).

998e1b8 lavc: add codec parameters API
doc/APIchanges | 3 +
libavcodec/avcodec.h | 163 ++++++++++++++++++++++++++++++++++++++++++++++++++
libavcodec/utils.c | 152 ++++++++++++++++++++++++++++++++++++++++++++++
libavcodec/version.h | 2 +-
4 files changed, 319 insertions(+), 1 deletion(-)

Upstream: git.libav.org


  • Share