Add a side data type for audio service type

Multimedia / Libav - Anton Khirnov [khirnov.net] - 27 January 2015 02:17 UTC

Currently, audio service type is a field in AVCodecContext. However, side data is more appropriate for this kind of information.

728685f Add a side data type for audio service type.
doc/APIchanges | 4 ++++
libavcodec/avcodec.h | 6 ++++++
libavcodec/utils.c | 1 +
libavcodec/version.h | 2 +-
libavfilter/af_ashowinfo.c | 25 +++++++++++++++++++++++++
libavutil/frame.h | 6 ++++++
libavutil/version.h | 2 +-
7 files changed, 44 insertions(+), 2 deletions(-)

Upstream: git.libav.org


  • Share